@charset "UTF-8";
/*-- jp --*/
/* FONT */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500&subset=japanese");
/*--- sass -------------------------------------*/
/*------------------------------------- import ---*/
/* WEB-FONT */
@font-face {
  /*フォントの名前*/
  font-family: "Oswald";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/Oswald-Bold.ttf"); }
@font-face {
  font-family: "MontserratMedium";
  src: url("../font/Montserrat-Medium.ttf") format("truetype"); }
.Oswald {
  font-family: "Oswald";
  font-style: italic; }

.MontserratBold {
  font-family: "MontserratBold"; }

.naruto_color {
  color: #cb801b; }

.sasuke_color {
  color: #183e73; }

.shikamaru_color {
  color: #5a6548; }

.lee_color {
  color: #2d6e43; }

.gaara_color {
  color: #993a43; }

.boruto_color {
  color: #da3c74; }

.sarada_color {
  color: #a6002e; }

/*----------------------------------------------------------------------------
	reset 
----------------------------------------------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul, ol {
  list-style-type: none; }

em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, object, embed {
  border: 0;
  vertical-align: top; }

img {
  max-width: 100%;
  height: auto; }

hr {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

li {
  list-style-type: none; }

strong {
  font-weight: bold; }

.under_line {
  text-decoration: underline; }

/*----------------------------------------------------------------------------
	webfont 
----------------------------------------------------------------------------*/
@font-face {
  /*フォントの名前*/
  font-family: "PermanentMarker";
  /*フォントファイルへのパス（複数指定の場合、上から順に読み込まれる）*/
  src: url("../font/PermanentMarker.ttf") format("truetype"); }
.permanentMarker {
  font-family: "PermanentMarker"; }

/*----------------------------------------------------------------------------
	linkColor 
----------------------------------------------------------------------------*/
a:link {
  color: #fff;
  transition: 0.3s; }

a:visited {
  color: #fff;
  transition: 0.3s; }

a:hover, a:active {
  color: #fff; }

/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  position: relative; }

body {
  position: relative;
  font-family: "MontserratMedium";
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.5rem;
  /*font-feature-settings: "palt";*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

@media (max-width: 750px) {
  body {
    line-height: 1.8;
    font-size: 1.5rem; } }
.sp {
  display: none; }

.pc {
  display: block; }

@media (max-width: 750px) {
  .sp {
    display: block; }

  .pc {
    display: none; } }
.sp_960 {
  display: none; }
  @media screen and (max-width: 960px) {
    .sp_960 {
      display: block; } }

.sp_960_480 {
  display: none; }
  @media screen and (max-width: 960px) {
    .sp_960_480 {
      display: block; } }
  @media screen and (max-width: 480px) {
    .sp_960_480 {
      display: none; } }

.sp_480 {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp_480 {
      display: block; } }

.sp_320 {
  display: none; }
  @media screen and (max-width: 320px) {
    .sp_320 {
      display: block; } }

.box_in {
  max-width: 1600px;
  margin: 0 auto; }
  @media screen and (max-width: 1080px) {
    .box_in {
      padding: 0 40px; } }
  @media screen and (max-width: 750px) {
    .box_in {
      padding: 0 5.3333333333vw; } }
  @media screen and (max-width: 480px) {
    .box_in {
      padding: 0 2.6666666667vw; } }

.box_in1400 {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1400px) {
    .box_in1400 {
      padding: 0 40px; } }

a:hover {
  opacity: 0.8; }

h3 {
  font-size: 64px;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); }
  h3 .min {
    font-size: 30px;
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    position: relative;
    top: -5px; }
  @media screen and (max-width: 960px) {
    h3 {
      font-size: 6.6666666667vw; }
      h3 .min {
        font-size: 3.125vw; } }
  @media screen and (max-width: 750px) {
    h3 {
      font-size: 10.6666666667vw; }
      h3 .min {
        font-size: 5.3333333333vw;
        margin-left: 1.3333333333vw; } }

/*-------------------------------------------------
	wraper
--------------------------------------------------*/
.wraper {
  overflow-x: hidden;
  width: 100%; }

/*-------------------------------------------------
	fade
--------------------------------------------------*/
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease; }

body.fade::after {
  opacity: 1; }

/*================================*/
/*クッキー*/
        /*
#cookie-text{ display: none!important;}
/**/
/*-------------------------------------------------
	gotop
--------------------------------------------------*/
.gotop {
  position: fixed;
  bottom: 0px;
  right: 20px;
  width: 50px;
  height: 70px;
  box-sizing: border-box;
  border-radius: 0%;
  z-index: 100; }

.gotop a {
  position: relative;
  display: block;
  background: #282828;
  text-decoration: none;
  width: 50px;
  height: 50px;
  box-sizing: border-box;
  border-radius: 0%;
  z-index: 11;
  transition: 0.1s; }

.gotop a::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 20px;
  height: 20px;
  margin: -10px 0 0 -10px;
  background: url("../image/page_top.png") no-repeat;
  background-size: cover; }

.gotop a:hover {
  opacity: 0.7; }

@media (max-width: 640px) {
  .gotop {
    position: fixed;
    bottom: 0px;
    right: 10px;
    width: 40px;
    height: 50px; }

  .gotop a {
    width: 40px;
    height: 40px; }

  .gotop a::after {
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px; } }
/*END*/
/*-------------------------------------------------
	footer
--------------------------------------------------*/
footer {
  background: #1f1f1f;
  width: 100%;
  height: auto; }

footer::after {
  content: '';
  display: block;
  clear: both; }

.foot_l {
  float: left;
  margin: 59px 0 0 40px; }

.foot_l .foot_logo {
  float: left;
  line-height: 1;
  margin-bottom: 53px; }

.foot_l .foot_logo img {
  width: 131px;
  transition: 0.2s; }

.foot_l .foot_logo a:hover img {
  opacity: 0.6; }

.foot_l .copyright {
  float: left;
  margin: 13px 0 0 32px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400; }

@media (max-width: 750px) {
  .foot_l {
    float: none;
    margin: 39px 0 0 0px;
    text-align: center; }

  .foot_l .foot_logo {
    float: none;
    line-height: 1;
    margin-bottom: 23px; }

  .foot_l .copyright {
    float: none;
    margin: 13px 0 0 0px;
    padding-bottom: 30px;
    font-size: 12px;
    line-height: 1;
    color: #fff; } }
/*END*/
.foot_r {
  float: right;
  padding-top: 58px;
  margin: 0 35px 0 0; }

.foot_r .sns {
  display: flex;
  list-style-type: none; }

.foot_r .sns img {
  width: 100%; }

.foot_r .sns > li {
  width: 30px;
  margin-right: 12px;
  padding: 5px;
  line-height: 1;
  border-radius: 50%;
  transition: 0.3s;
  background: #3c3c3c; }

.foot_r .sns > li:nth-child(2) {
  margin-right: 0; }

.foot_r .sns > li:hover {
  opacity: 0.5; }

@media (max-width: 750px) {
  .foot_r {
    float: none;
    padding-top: 40px;
    margin: 0px; }

  .foot_r .sns {
    position: static;
    margin-bottom: 20px;
    justify-content: center; }

  .foot_r .sns > li {
    margin-right: 10px; } }
/*END*/
/* Slider
--------------------------------------------------*/
.slider_area {
  position: relative; }

.slider_area li {
  width: 90%;
  margin: 0 0.2%;
  position: relative;
  outline: none;
  padding-bottom: 10px; }

/* < > btn */
.slider_area .slick-prev,
.slider_area .slick-next {
  position: absolute;
  z-index: 11;
  top: 50%;
  width: 135px;
  height: 70px;
  margin-top: -25px;
  transition: 0.2s;
  outline: none;
  border: none;
  font-size: 25px;
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center; }
  .slider_area .slick-prev .txt,
  .slider_area .slick-next .txt {
    position: relative;
    top: -5px;
    left: 10px;
    text-shadow: 1px 2px 0 #fff; }
  @media screen and (max-width: 960px) {
    .slider_area .slick-prev,
    .slider_area .slick-next {
      font-size: 2.6041666667vw; } }

.slider_area .slick-prev:hover,
.slider_area .slick-next:hover {
  opacity: 0.4 !important;
  cursor: pointer; }

.slider_area .slick-prev {
  left: -170px; }

.slider_area .slick-next {
  right: -170px; }

.naruto_page .slider_area .slick-prev {
  background: url("../image/naruto/left.png") no-repeat left center;
  background-size: contain; }

.naruto_page .slider_area .slick-next {
  background: url("../image/naruto/right.png") no-repeat right center;
  background-size: contain; }

.sasuke_page .slider_area .slick-prev {
  background: url("../image/sasuke/left.png") no-repeat left center;
  background-size: contain; }

.sasuke_page .slider_area .slick-next {
  background: url("../image/sasuke/right.png") no-repeat right center;
  background-size: contain; }

.shikamaru_page .slider_area .slick-prev {
  background: url("../image/shikamaru/left.png") no-repeat left center;
  background-size: contain; }

.shikamaru_page .slider_area .slick-next {
  background: url("../image/shikamaru/right.png") no-repeat right center;
  background-size: contain; }

.lee_page .slider_area .slick-prev {
  background: url("../image/lee/left.png") no-repeat left center;
  background-size: contain; }

.lee_page .slider_area .slick-next {
  background: url("../image/lee/right.png") no-repeat right center;
  background-size: contain; }

.gaara_page .slider_area .slick-prev {
  background: url("../image/gaara/left.png") no-repeat left center;
  background-size: contain; }

.gaara_page .slider_area .slick-next {
  background: url("../image/gaara/right.png") no-repeat right center;
  background-size: contain; }

.boruto_page .slider_area .slick-prev {
  background: url("../image/boruto/left.png") no-repeat left center;
  background-size: contain; }

.boruto_page .slider_area .slick-next {
  background: url("../image/boruto/right.png") no-repeat right center;
  background-size: contain; }

.sarada_page .slider_area .slick-prev {
  background: url("../image/sarada/left.png") no-repeat left center;
  background-size: contain; }

.sarada_page .slider_area .slick-next {
  background: url("../image/sarada/right.png") no-repeat right center;
  background-size: contain; }

@media (max-width: 1400px) {
  .slider_area .slick-prev,
  .slider_area .slick-next {
    width: 9vw;
    height: 4.6666666667vw; }

  .slider_area .slick-prev {
    left: -8.59375vw; }

  .slider_area .slick-next {
    right: -8.59375vw; } }
/*END*/
@media (max-width: 1024px) {
  .slider_area .slick-prev:hover,
  .slider_area .slick-next:hover {
    opacity: 1 !important; } }
/*END*/
@media (max-width: 1300px) {
  .slider_area .slick-prev,
  .slider_area .slick-next {
    position: absolute;
    z-index: 11;
    margin-top: -25px;
    transition: 0.2s;
    outline: none;
    top: auto;
    bottom: -15px;
    width: 11vw;
    height: 5.666667vw;
    font-size: 2.533333vw; }

  .slider_area .slick-prev {
    left: -10px; } }
  @media screen and (max-width: 1300px) and (max-width: 750px) {
    .slider_area .slick-prev {
      left: 0; } }

@media (max-width: 1300px) {
  .slider_area .slick-next {
    right: -10px; } }
  @media screen and (max-width: 1300px) and (max-width: 750px) {
    .slider_area .slick-next {
      right: 0; } }

/*END*/
@media (max-width: 960px) {
  .slider_area .slick-prev,
  .slider_area .slick-next {
    width: 14vw;
    height: 7.666667vw;
    font-size: 4.533333vw; } }
/*END*/
@media screen and (max-width: 750px) {
  .slider_area .slick-prev,
  .slider_area .slick-next {
    position: absolute;
    z-index: 11;
    margin-top: -25px;
    transition: 0.2s;
    outline: none;
    top: auto;
    bottom: 0;
    width: 24vw;
    height: 10.6666666667vw;
    font-size: 4.5333333333vw; } }
/*dots*/
.slider_area .slick-dots {
  position: absolute;
  bottom: -15px;
  z-index: 9;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slider_area .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 0px;
  width: 35px !important;
  height: 35px !important; }
  .slider_area .slick-dots li:not(:first-child) {
    margin-left: 15px; }
    @media screen and (max-width: 960px) {
      .slider_area .slick-dots li:not(:first-child) {
        margin-left: 1.5625vw; } }
    @media screen and (max-width: 750px) {
      .slider_area .slick-dots li:not(:first-child) {
        margin-left: 3.3333333333vw; } }

.slider_area .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  border: 0;
  outline: none;
  width: 35px;
  height: 35px;
  background: url("../image/dot.png") no-repeat center center;
  background-size: contain; }

/* OFF */
.slider_area .slick-dots li button:hover {
  font-size: 0;
  line-height: 0;
  display: block;
  cursor: pointer;
  border: 0;
  outline: none;
  width: 35px;
  height: 35px;
  background: url("../image/dot.png") no-repeat center center;
  background-size: contain; }
  @media screen and (max-width: 750px) {
    .slider_area .slick-dots li button:hover {
      width: 6.6666666667vw !important;
      height: 6.6666666667vw !important; } }

/* ON */
.slider_area .slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.slider_area .slick-dots li.slick-active button:before {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  filter: alpha(opacity=100);
  color: black;
  opacity: 1;
  width: 35px;
  height: 35px;
  background: url("../image/dot_on.png") no-repeat center center;
  background-size: contain; }

/* focus */
@media (max-width: 750px) {
  .slider_area .slick-dots {
    position: absolute;
    bottom: 0px;
    z-index: 9;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center; }

  .slider_area .slick-dots li {
    width: 6.6666666667vw !important;
    height: 6.6666666667vw !important; }

  .slider_area .slick-dots li button {
    width: 6.6666666667vw;
    height: 6.6666666667vw; }

  .slider_area .slick-dots li.slick-active button:before {
    width: 6.6666666667vw;
    height: 6.6666666667vw; } }
/*END*/
.slick-active button:before {
  animation: 1.2s 1 cubic-bezier(0, 0.79, 0.37, 0.96) rotation; }

.slick-active button {
  background: none !important; }

.slick-dots li:hover button {
  animation: 1.2s 1 cubic-bezier(0, 0.79, 0.37, 0.96) rotation; }

.slick-active:hover button:before {
  animation: 1.2s 1 cubic-bezier(0, 0.79, 0.37, 0.96) rotation; }

@keyframes rotation {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(2520deg); } }
@media screen and (max-width: 750px) {
  #watch_list_other {
    padding-top: 11vw;
    background: #e6e6e6; }
    #watch_list_other ul li:not(:first-child) {
      margin-top: 2.6666666667vw; } }
#btn_home {
  background: #e6e6e6;
  padding-top: 64px;
  padding-bottom: 0px; }
  #btn_home .btn_area a {
    margin: 0 auto;
    padding: 13px 0px;
    background: #000;
    color: #fff;
    text-decoration: none;
    max-width: 324px;
    width: 100%;
    font-size: 14px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center; }
    #btn_home .btn_area a:before {
      content: '';
      display: inline-block;
      background: url("../image/home.png") no-repeat;
      background-size: contain;
      width: 28px;
      height: 22px;
      margin-right: 10px; }
  @media screen and (max-width: 750px) {
    #btn_home {
      padding-top: 16vw;
      padding-bottom: 0vw; }
      #btn_home .btn_area a {
        max-width: inherit;
        width: 80.9333333333vw;
        padding: 13px 0;
        font-size: 3.7333333333vw; }
        #btn_home .btn_area a:before {
          content: '';
          display: inline-block;
          background: url("../image/home.png") no-repeat;
          background-size: contain;
          width: 7.0666666667vw;
          height: 5.4666666667vw;
          margin-right: 5px; } }

#nav {
  transition: 0.5s;
  position: fixed;
  top: 14vh;
  right: -235px;
  z-index: 1000; }
  #nav ul {
    width: 300px; }
    #nav ul li {
      position: relative;
      transition: 0.3s;
      right: 0px; }
      #nav ul li:hover {
        right: 235px; }
      #nav ul li:before {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      #nav ul li:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: -1;
        opacity: 0.3;
        background: url(../image/_nav/home_bg.png) no-repeat;
        background-size: cover; }
      #nav ul li:not(:first-child) {
        margin-top: 12px; }
      #nav ul li a {
        display: block;
        padding: 8px 10px;
        text-decoration: none;
        position: relative;
        padding-left: 22px;
        font-style: italic; }
        #nav ul li a:hover {
          opacity: 1; }
        #nav ul li a:after {
          content: '';
          display: inline-block;
          width: 5px;
          height: 100%;
          background: #000000;
          position: absolute;
          right: 15px;
          top: 0; }
        #nav ul li a .inner {
          display: flex;
          align-items: center; }
          #nav ul li a .inner .icon {
            opacity: 0.6;
            margin-right: 15px; }
          #nav ul li a .inner .txt {
            color: #fff;
            font-size: 15px;
            font-weight: bold; }
    #nav ul .home:before {
      background: url("../image/_nav/home_bg.png") no-repeat;
      background-size: cover; }
    #nav ul .home a:after {
      content: none; }
    #nav ul .naruto:before {
      background: url("../image/_nav/naruto_bg.png") no-repeat;
      background-size: cover; }
    #nav ul .naruto a:after {
      background: #000000; }
    #nav ul .sasuke:before {
      background: url("../image/_nav/sasuke_bg.png") no-repeat;
      background-size: cover; }
    #nav ul .sasuke a:after {
      background: #b8bfc9; }
    #nav ul .shikamaru:before {
      background: url("../image/_nav/shikamaru_bg.png") no-repeat;
      background-size: cover; }
    #nav ul .shikamaru a:after {
      background: #2c5832; }
    #nav ul .lee:before {
      background: url("../image/_nav/lee_bg.png") no-repeat;
      background-size: cover; }
    #nav ul .lee a:after {
      background: #fe7901; }
    #nav ul .gaara:before {
      background: url("../image/_nav/gaara_bg.png") no-repeat;
      background-size: cover; }
    #nav ul .gaara a:after {
      background: #990000; }
    #nav ul .boruto:before {
      background: url("../image/_nav/boruto_bg.png") no-repeat;
      background-size: cover; }
    #nav ul .boruto a:after {
      background: #010100; }
    #nav ul .sarada:before {
      background: url("../image/_nav/sarada_bg.png") no-repeat;
      background-size: cover; }
    #nav ul .sarada a:after {
      background: #830000; }
  @media screen and (max-width: 960px) {
    #nav {
      right: -240px; }
      #nav ul li:hover {
        right: 200px; }
      #nav ul li:before {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0; }
      #nav ul li:after {
        content: '';
        display: block;
        height: 100%;
        width: 100%;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: -1;
        opacity: 0.3;
        background: url(../image/_nav/home_bg.png) no-repeat;
        background-size: cover; }
      #nav ul li:not(:first-child) {
        margin-top: 15px; }
      #nav ul li a {
        padding: 5px 10px;
        padding-left: 19px; }
        #nav ul li a:hover {
          opacity: 1; }
        #nav ul li a:after {
          right: 55px; }
        #nav ul li a .inner .icon {
          margin-right: 10px;
          width: 12%; }
        #nav ul li a .inner .txt {
          font-size: 13px; }
      #nav ul .home:before {
        background-size: contain; }
      #nav ul .naruto:before {
        background-size: contain; }
      #nav ul .sasuke:before {
        background-size: contain; }
      #nav ul .shikamaru:before {
        background-size: contain; }
      #nav ul .lee:before {
        background-size: contain; }
      #nav ul .gaara:before {
        background-size: contain; }
      #nav ul .boruto:before {
        background-size: contain; }
      #nav ul .sarada:before {
        background-size: contain; } }

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  #nav {
    top: 28vh; } }
@media (max-height: 640px) {
  .nav_move {
    transition: 0.5s;
    top: 10px !important; } }
@media (max-height: 540px) and (min-width: 750px) {
  .gotop_540_none {
    display: none !important; } }
#navArea nav {
  left: -100%; }
#navArea .box_in {
  padding-top: 60px;
  padding-bottom: 60px;
  background: url("../image/_nav/nav_bg.jpg") no-repeat;
  background-size: cover; }
  #navArea .box_in ul {
    padding-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
    #navArea .box_in ul li {
      background: none !important;
      position: relative;
      width: 28%;
      transition: inherit;
      top: 0px;
      margin-right: 25px; }
      #navArea .box_in ul li a {
        display: block; }
        #navArea .box_in ul li a .character img {
          width: 100%; }
        #navArea .box_in ul li a .item {
          position: relative;
          top: 0px;
          text-align: center; }
        #navArea .box_in ul li a .ttl {
          margin-top: 2.6666666667vw;
          margin-bottom: 2.6666666667vw;
          top: 0px;
          text-align: center; }
        #navArea .box_in ul li a .arrow {
          height: 5vh;
          display: block;
          position: relative;
          bottom: -2vh; }
          #navArea .box_in ul li a .arrow:after {
            content: '';
            position: absolute;
            left: 50%;
            bottom: 0;
            width: 70px;
            height: 70px;
            margin-left: -35px;
            display: block;
            background: url(../image/top/arrow.png) right no-repeat;
            transition: 0.25s; }
      #navArea .box_in ul li:hover {
        position: relative;
        top: 0px;
        opacity: 1; }
      #navArea .box_in ul li:last-child {
        margin-right: 0; }
    #navArea .box_in ul .naruto {
      transition: .55s;
      position: relative;
      left: -100%; }
    #navArea .box_in ul .sasuke {
      transition: 0.5s;
      position: relative;
      left: -100%; }
    #navArea .box_in ul .shikamaru {
      transition: .65s;
      position: relative;
      left: -100%; }
    #navArea .box_in ul .lee {
      transition: .6s;
      position: relative;
      left: -100%; }
    #navArea .box_in ul .gaara {
      transition: .55s;
      position: relative;
      left: -100%; }
    #navArea .box_in ul .boruto {
      transition: .75s;
      position: relative;
      left: -100%; }
    #navArea .box_in ul .sarada {
      transition: .7s;
      position: relative;
      left: -100%; }

.open nav {
  left: 0px !important; }
.open .box_in ul .naruto {
  position: relative;
  left: 0px !important; }
.open .box_in ul .sasuke {
  position: relative;
  left: 0px !important; }
.open .box_in ul .shikamaru {
  position: relative;
  left: 0px !important; }
.open .box_in ul .lee {
  position: relative;
  left: 0px !important; }
.open .box_in ul .gaara {
  position: relative;
  left: 0px !important; }
.open .box_in ul .boruto {
  position: relative;
  left: 0px !important; }
.open .box_in ul .sarada {
  position: relative;
  left: 0px !important; }

/*------------------------------
------------------------------
(詳細ページ共通)
------------------------------
--------------------------------*/
#specialBox {
  background: #e6e6e6;
  padding-top: 175px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden; }
  #specialBox .bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    max-width: 674px;
    width: 100%;
    text-align: center; }
    @media screen and (max-width: 960px) {
      #specialBox .bg {
        width: 63%; } }
  #specialBox .box_in {
    max-width: 1150px;
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 1280px) {
      #specialBox .box_in {
        width: 92%; } }
    #specialBox .box_in ul {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      #specialBox .box_in ul .txt_area {
        width: 46%;
        text-align: left; }
        #specialBox .box_in ul .txt_area .txt {
          margin-top: 40px;
          font-weight: bold;
          line-height: 1.8; }
        #specialBox .box_in ul .txt_area .comment {
          margin-top: 20px;
          font-size: 13px; }
      #specialBox .box_in ul .images {
        width: 48%; }

@media screen and (max-width: 750px) {
  #specialBox {
    padding-top: 14.1333333333vw;
    padding-bottom: 14.6666666667vw; }
    #specialBox .bg {
      width: 85%;
      top: 42%; }
    #specialBox .box_in ul {
      display: block; }
      #specialBox .box_in ul .txt_area {
        width: 100%; }
        #specialBox .box_in ul .txt_area h3 {
          text-align: center; }
        #specialBox .box_in ul .txt_area .txt {
          margin-top: 8vw; }
        #specialBox .box_in ul .txt_area .comment {
          margin-top: 2.6666666667vw; }
      #specialBox .box_in ul .images {
        margin-top: 9.3333333333vw;
        width: 100%;
        text-align: center; } }
#design {
  background: #fff;
  text-align: center;
  padding-bottom: 40px; }
  #design h2 {
    background: #000;
    color: #fff;
    font-size: 35px;
    margin: 0 auto;
    text-align: left;
    transform: skew(-28deg, 0deg);
    display: inline-block;
    padding: 7px 60px 7px 80px;
    position: relative;
    top: -25px;
    line-height: 1; }
    #design h2 .h2_txt {
      transform: skew(28deg, 0deg);
      letter-spacing: 1rem; }
    #design h2:after {
      content: '';
      display: inline-block;
      width: 3px;
      height: 100%;
      background: #df8e21;
      position: absolute;
      left: 20px;
      top: 0; }
  #design .box_in {
    max-width: 960px;
    width: 100%;
    margin: 0 auto; }
    @media screen and (max-width: 1280px) {
      #design .box_in {
        max-width: 960px;
        width: 80%;
        margin: 0 auto;
        padding: 0; } }
    #design .box_in .slider_area .slider_ul {
      padding-top: 85px;
      padding-bottom: 40px; }
      #design .box_in .slider_area .slider_ul .slider_li {
        display: flex;
        justify-content: space-between;
        align-items: center; }
        #design .box_in .slider_area .slider_ul .slider_li .images {
          width: 50%;
          display: flex;
          align-items: center;
          justify-content: center; }
        #design .box_in .slider_area .slider_ul .slider_li .txt_area {
          text-align: left;
          width: 48%; }
          #design .box_in .slider_area .slider_ul .slider_li .txt_area .txt {
            margin-top: 40px;
            text-align: left;
            font-weight: bold;
            line-height: 1.8; }
      #design .box_in .slider_area .slider_ul .bezel .images {
        order: 2; }
      #design .box_in .slider_area .slider_ul .bezel .txt_area {
        order: 1; }

@media screen and (max-width: 1300px) {
  #design {
    padding-bottom: 65px; }
    #design .box_in .slider_area .slider_ul {
      padding-bottom: 67px; } }
@media screen and (max-width: 960px) {
  #design .box_in .slider_area .slider_ul {
    padding-top: 5.020833vw;
    padding-bottom: 60px;
    /*960*/ }
    #design .box_in .slider_area .slider_ul .slider_li .images {
      width: 47%; }
      #design .box_in .slider_area .slider_ul .slider_li .images img {
        margin: 0 auto; }
    #design .box_in .slider_area .slider_ul .slider_li .txt_area .txt {
      margin-top: 4.1666666667vw;
      text-align: left; } }
@media screen and (max-width: 750px) {
  #design {
    padding-bottom: 10.6666666667vw; }
    #design h2 {
      background: #000;
      color: #fff;
      font-size: 5.466667vw;
      margin: 0 auto;
      text-align: left;
      transform: skew(-28deg, 0deg);
      display: inline-block;
      padding: 7px 7.666667vw 8px 10.333333vw;
      position: relative;
      top: -5vw; }
      #design h2 .h2_txt {
        transform: skew(28deg, 0deg);
        letter-spacing: 1.2rem; }
      #design h2:after {
        content: '';
        display: inline-block;
        width: 3px;
        height: 100%;
        background: #df8e21;
        position: absolute;
        left: 2.6666666667vw;
        top: 0; }
    #design .box_in {
      width: 90%; }
      #design .box_in .slider_area .slider_ul {
        padding-top: 12vw;
        padding-bottom: 17.666667vw; }
        #design .box_in .slider_area .slider_ul .slider_li {
          display: block; }
          #design .box_in .slider_area .slider_ul .slider_li .images {
            width: 100%; }
            #design .box_in .slider_area .slider_ul .slider_li .images img {
              width: 100%;
              margin: 0 auto; }
          #design .box_in .slider_area .slider_ul .slider_li .txt_area {
            width: 100%; }
            #design .box_in .slider_area .slider_ul .slider_li .txt_area h3 {
              margin-top: 2.333333vw; }
            #design .box_in .slider_area .slider_ul .slider_li .txt_area .txt {
              margin-top: 0.666667vw;
              text-align: left; }
        #design .box_in .slider_area .slider_ul .bezel .images {
          order: 1; }
        #design .box_in .slider_area .slider_ul .bezel .txt_area {
          order: 2; } }
#limited_edition {
  background: #cfcfcf;
  padding-top: 100px;
  padding-bottom: 90px;
  position: relative; }
  #limited_edition h2 {
    text-align: center;
    font-size: 42px;
    letter-spacing: -0.05rem;
    text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.5); }
  #limited_edition ul {
    max-width: 670px;
    width: 100%;
    margin: 0 auto;
    margin-top: 80px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    @media screen and (max-width: 1024px) {
      #limited_edition ul {
        justify-content: space-around; } }
    #limited_edition ul .item {
      width: 48%; }
      @media screen and (max-width: 1024px) {
        #limited_edition ul .item {
          width: 261px; } }
    #limited_edition ul .contents {
      width: 48%; }
      @media screen and (max-width: 1024px) {
        #limited_edition ul .contents {
          width: auto; } }
      #limited_edition ul .contents .text_area {
        letter-spacing: 0.1rem;
        text-align: center; }
        #limited_edition ul .contents .text_area .ttl {
          font-size: 20px;
          font-weight: bold; }
        #limited_edition ul .contents .text_area .name {
          margin-top: 20px;
          font-size: 20px;
          font-weight: bold; }
        #limited_edition ul .contents .text_area .p1 {
          font-size: 16px; }
        #limited_edition ul .contents .text_area .num {
          margin-top: 20px;
          font-size: 16px; }
          #limited_edition ul .contents .text_area .num .line {
            text-decoration: underline; }
        #limited_edition ul .contents .text_area .days {
          margin-top: 20px;
          font-size: 16px; }
        #limited_edition ul .contents .text_area .btn_area a {
          display: block;
          padding: 13px 0px;
          background: #000;
          color: #fff;
          text-decoration: none;
          max-width: 225px;
          width: 100%;
          font-size: 14px; }
        #limited_edition ul .contents .text_area .btn_area .btn_spec {
          margin: 0 auto;
          margin-top: 40px; }

@media screen and (max-width: 750px) {
  #limited_edition {
    padding-top: 12.6666666667vw;
    padding-bottom: 15.3333333333vw; }
    #limited_edition h2 {
      text-align: center;
      font-size: 6.6vw; }
    #limited_edition ul {
      margin-top: 10.6666666667vw;
      display: block; }
      #limited_edition ul .item {
        width: 100%;
        text-align: center; }
        #limited_edition ul .item img {
          max-width: 344px;
          width: 54vw; }
      #limited_edition ul .contents {
        margin-top: 10.6666666667vw;
        width: 100%; }
        #limited_edition ul .contents .text_area .ttl {
          font-size: 5.6vw; }
        #limited_edition ul .contents .text_area .name {
          font-size: 5.3333333333vw;
          margin-top: 4vw; }
        #limited_edition ul .contents .text_area .p1 {
          font-size: 3.7333333333vw;
          line-height: 1; }
        #limited_edition ul .contents .text_area .value {
          margin-top: 4vw;
          font-size: 3.2vw; }
          #limited_edition ul .contents .text_area .value .big {
            font-size: 5.3333333333vw;
            margin-top: 10px; }
        #limited_edition ul .contents .text_area .num {
          font-size: 3.7333333333vw;
          margin-top: 6.6666666667vw; }
        #limited_edition ul .contents .text_area .days {
          font-size: 3.7333333333vw;
          margin-top: 4vw; }
        #limited_edition ul .contents .text_area .btn_area a {
          max-width: inherit;
          width: 59.7333333333vw;
          padding: 13px 0;
          font-size: 3.7333333333vw; }
        #limited_edition ul .contents .text_area .btn_area .btn_spec {
          margin: 0 auto;
          margin-top: 9.3333333333vw; }
        #limited_edition ul .contents .text_area .btn_area .btn_store {
          margin: 0 auto;
          margin-top: 4vw; } }
.other_page .comment_area {
  text-align: center;
  font-size: 14px;
  padding-left: 10px;
  background: #e6e6e6;
  padding-top: 45px; }
  @media screen and (max-width: 750px) {
    .other_page .comment_area {
      text-align: left;
      padding: 8vw 5.3333333333vw 0 5.3333333333vw; } }
  @media screen and (max-width: 500px) {
    .other_page .comment_area {
      padding: 16vw 5.3333333333vw 0 5.3333333333vw; } }
