/* CSS Document */
@charset "utf-8";
/*-------------------------------------
    common　CSS
--------------------------------------*/
.pc { display: block !important; }
.sp { display: none !important; }
@media screen and (max-width:1024px) {
    html {
        font-size: 1.5vw;
    }
}
html {
    scroll-behavior: smooth;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body, html, div, p, li, ul, a, h1, h2, h3, h4, h5, h6, input{
    font-family: "Helvetica", "Century Gothic", "Avenir", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN";
    line-height: 1.5;
    color: #1f2020;
}
body.IE, .IE div, .IE p, .IE span, .IE li, .IE ul, .IE a, .IE h1, .IE h2, .IE h3, .IE h4, .IE h5, .IE h6, .IE input, .IE button {
    font-family: "Helvetica", "Century Gothic", "Avenir", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN";
}
p {
    font-family: "Helvetica", "Arial", "museo-sans", "sans-serif";
    font-size: 1rem;
}
.product-copy-title, .product-copy-text, .c-btn > * .arrow, .howtoplay-text li, .instruction, .pr_txt, .WheretoBuy-wrap h3, .c-product_list figcaption, .nav-title a{
	font-family: "Anton", "Helvetica", "Arial", "museo-sans", "sans-serif";
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 100;
  font-style: normal;
  
}
.secInner {
    max-width: 1920px;
    margin: 0 auto;
}
h1, p {
    margin: 0px;
}
ul, li {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}
a {
    text-decoration: none;
}
* {
    box-sizing: border-box;
}
hr{
	color: #ffffff;
	width: 90%;
}
#wrap::before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

/*-------------------------------------
    first view
--------------------------------------*/
.firstView h1 {
    margin-top: 80px;
}
.contentWidth > .secInner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px 1rem;
}
.background {
    background-color: #fff;
    overflow: hidden;
    padding: 3rem 0rem;
    box-sizing: border-box;
    text-align: center;
}
.contentWidth > .secInner {
    max-width: 1024px;
    margin: 0 auto;
    padding: 0px 1rem;
}
.secInner {
    max-width: 1920px;
    margin: 0 auto;
}
.img-responsive {
    max-width: 100%;
}
h1 img {
    width: 100%;
	max-width: 1920px;
}
/* youtube */
.youtube_wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    margin-bottom: 50px;
}
.youtube_wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.modaal-video-wrap{
	margin: 0;
}
.modaal-inner-wrapper {
	padding: 0;
}
.modal-video-body {
    max-width: 808px!important;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    box-sizing: border-box
}
.modal-video-movie-wrap {
    height: 100%!important;
    max-height: 80svh;
}
/*.top-wrap{
	background: url( "../img/kvBg.jpg") no-repeat center / cover;
    position: relative;
    overflow: hidden;
}*/
.contentWrap h1 img{
	box-shadow: 0 -2rem 2rem #000000;
}
@media screen and (max-width:767px) {
	.contentWrap h1 img{
	box-shadow: 0 -0.5rem 1rem #000000;
}
}
section.contentWidth {
    padding: 90px 0;
}
.firstView > .secInner {
	background-color: #000000;
}


/*-------------------------------------
    SEO
--------------------------------------*/
.product-copy-wrap {
    width: 80%;
    max-width: 900px;
    margin: 0 auto;
    padding: 100px 0;
}
.product-copy-title {
    font-size: calc(28px + 10 * (140vw - 320px)/1020) !important;
    text-align: center;
    color: #fff !important;
    display: block;
	letter-spacing: 0.05em;
	font-weight: 100;
}
.product-copy-text {
    text-align: center;
    margin: 10px auto;
    font-size: calc(24px + 4 * (100vw - 320px)/1020);
    color: #fff;
    padding: 2rem;
}
@media screen and (max-width: 416px) {
    .product-copy-wrap {
        width: 90%;
        margin: 0 auto;
        padding: 30px 0;
    }
    .product-copy-text {
        text-align: center;
        margin: 10px auto;
        font-size: calc(20px + 4 * (100vw - 320px)/1020);
        padding: 0;
    }
}

/*-------------------------------------
    Header
--------------------------------------*/
.p-kv {
  background: url(../img/kvBg.jpg) no-repeat center/cover;
  position: relative;
  overflow: hidden;
}

.p-kv .logo img {
  margin: 0 auto;
	height: auto;
  display: block;
	width: 20%;
}

.p-kv .logo.js-scroll {
  opacity: 1;
  margin-top: 7rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 800px) {
  .p-kv .logo.js-scroll {
    margin-top: 6rem;
	margin-bottom: 1rem;
	}
	.p-kv .logo img {
		width: 30%;
	}
}

.p-kv .logo.is-scroll {
  opacity: 1;
}
.p-kv .logo.is-scroll img{
	width: 30%;
}

@media screen and (max-width: 800px) {
  .p-kv {
    background: url(../img/kvBgSp.jpg) no-repeat center/cover;
  }
  .p-kv .logo img {
    max-width: 50%;
  }
}

/*-------------------------------------
    contents-wrap
--------------------------------------*/
.contents-wrap, .first{
	background-color: #1f2020;
}
.second{
	background: url( "../img/mainBg.jpg") no-repeat center/cover;
}
/*-------------------------------------
    characters
--------------------------------------*/
.characters-wrap{
	display: flex;
}
.Approx, .characters-img, .Approx_hokage{
	height: 100%;
}
.Approx{
	padding-top: 15%;
}
.characters-text{
	text-align: center;
	padding-top: 2rem;
}
.characters-text, .Approx, .Approx_hokage{
	letter-spacing: 0.05em;
    font-size: 3em;
    color: #FFFFFF;
    font-family: "Anton", "Arial Black", "museo-sans", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
}
.characters-text, .Approx{
	padding-top: 15%;
}
.Approx_hokage{
	padding-top: 6%;
}
@media screen and (max-width:767px) {
	.characters-text, .Approx{
		font-size: 1.2rem;
	}
}
/*-------------------------------------
    Display
--------------------------------------*/
.display-wrap {
	text-align: center;
	margin: 0 auto;
}
.display-text, .display-wrap-text{
	background-image: url(https://games.epochtoys.com/naruto/common/img/line.png);
}
.display-text-blue{
	background-image: url(https://games.epochtoys.com/naruto/common/img/line_blue.png);
}
.display-text-red{
	background-image: url(https://games.epochtoys.com/naruto/common/img/line_red.png);
}
.display-text-green{
	background-image: url(https://games.epochtoys.com/naruto/common/img/line_green.png);
}
.display-text, .display-text-blue, .display-wrap-text, .display-text-red, .display-text-green{
    background-repeat: no-repeat;
    background-position: center;
	letter-spacing: 0.05em;
    font-size: 2.5em;
    margin-bottom: 1rem;
	color: #ffffff;
	font-family: "Anton", "Arial Black", "museo-sans", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
	margin: 0 auto;
	width: 90%;
	padding-bottom: 3rem;
	padding-top: 3rem;
}

@media screen and (max-width:767px) {
	.display-text-blue, .display-text-red, .display-text-green{
		background-size: 90%;
	}
	.display-text, .display-text-blue, .display-wrap-text, .display-text-red, .display-text-green{
		font-size: 1.2em;
	}
    .display-wrap {
        width: 100%;
    }
	.display-text, .display-wrap-text{
		font-size: 1.5em;
		width: 100%;
		background-size:90%;
		padding-bottom: 2.5rem;
	}
}
.line{
	width: 100%;
    height: 25px;
    background-image: url("../img/line.jpg");
    background-repeat: repeat-x;
	transform: rotate(-5deg);
}

/*-------------------------------------
    How to play
--------------------------------------*/
.howtoplay-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 0 2rem;
}
.howtoplay-text{
	padding: 5rem;
	background: url("../img/howtoplay_text_bg.png") no-repeat center/contain;
}

@media screen and (max-width:767px) {
    .howtoplay-wrap {
        width: 100%;
        padding: 0;
    }
	.howtoplay-text{
		padding: 2rem 3rem;
		background: url("../img/howtoplay_text_bg_sp.png") no-repeat center/cover;
	}

}
.howtoplay-text li {
	color: #000000;
	text-align: left;
	font-size: 1.3em;
    line-height: 2rem;
	padding-bottom: 1rem;
}


.section-title.howtoplay {
    color: #fff;
	font-weight: 100;
}

/*-------------------------------------
    pkg
--------------------------------------*/
.number-title {
    font-size: 2rem;
    font-family: "Anton", "Helvetica", "Century Gothic", "Avenir", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN";
	margin-bottom: 2rem;
	line-height: normal;
	font-weight: 100;
}

.package-img {
    width: 45%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    float: left;
    vertical-align: middle;
	padding-left: 2rem;
}
.package-img img {
    width: 100%;
}
.pr_txt {
    width: 50%;
    margin: 0 auto;
    float: right;
    padding-top: 3rem;
    text-align: left;
	font-size: larger;
	letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
    .package-img, .pr_txt {
        width: 100%;
    }
}
/*-------------------------------------
    contents
--------------------------------------*/
.section-title.contents {
    background: #000000;
    color: #ffffff;
}
.section-title {
    display: block;
    font-family: "Anton", "Arial Black", "museo-sans", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    font-size: 3em;
	padding-bottom: 1rem;
    letter-spacing: 0.05em;
    height: 2%;
    width: 100%;
    margin: 0;
    text-align: center;
}
@media screen and (max-width: 767px) {
	.section-title {
		font-size: 2em;
	}
}
.background_b {
    background-color: #fff;
    /*  border: 6px solid #f5e82a;*/
    border-radius: 16px;
    overflow: hidden;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto;
}
.background_b img{
	width: 100%;
}
.flat-head {
    border-radius: 0 0 0 0;
}
.m-0 {
    margin: 0;
}
.instruction{
	padding: 1rem;
	margin: 0 auto;
	text-align: center;
	color: white;
	background: #983723;
	letter-spacing: 0.05em;
	width: 30%;
	border-radius: 6.67px;
    margin-top: 1rem;
	font-size: 1.5rem;
}

.instruction:hover{
	background: #EF865A;
}

@media screen and (max-width:767px) {
	.instruction{
		width: 50%;
	}
}
/*-------------------------------------
    Explanation
--------------------------------------*/
.contentGrid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    /*  grid-column-gap: 30px;*/
    grid-row-gap: 0px;
    padding: 30px 0;
}
.item-left {
    grid-row: 1/2;
    grid-column: 1/2;
    align-self: baseline;
    text-align: left;
}
.item-right {
    grid-row: 1/2;
    grid-column: 2/3;
    align-self: center;
}
.asset-list {
    text-align: left;
}
.asset-list ol {
    padding-left: 1em;
}
.asset-list ol > li {
    text-indent: -25px;
    padding-left: 1em;
    font-size: calc(16px + 2 * (100vw - 320px)/1020);
    margin-bottom: 0.5em;
}
.background_a h4, .background_b h4, .background_c h4, .background_d h4 {
    padding: 0.3em 0.3em 0.3em 0.4em;
    color: #fafafa;
    border-radius: 10px;
    text-align: left;
    font-size: calc(16px + 5 * (100vw - 320px)/1020);
    margin: 20px 0;
}
.background_e h4 {
    padding: 0.3em 0 0.3em 0.4em;
    color: #fafafa;
    text-align: left;
    font-size: calc(16px + 5 * (100vw - 320px)/1020);
    margin: 20px 0;
}
.background_a h4::before, .background_b h4::before, .background_c h4::before, .background_d h4::before, .background_e h4::before {
    height: 1.3em;
    width: 1.3em;
    color: #fafafa;
    background: #000;
    display: inline-flex;
    justify-content: center;
    align-self: center;
    align-items: center;
    border-radius: 1em;
    font-size: 90%;
    box-shadow: 0 0 0 1px #fff, 0 0 0 2px #000000;
    margin-right: 0.3em;
}
/*		yellow      */
.background_a {
    background-color: #fff;
    border: 6px solid #FFCC00;
    border-radius: 16px;
    overflow: hidden;
    padding: 1rem;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto;
}
.background_a h4 {
    background: #fabe00;
}
.background_a h4::before {
    content: "1";
}
/*		blue      */
.background_b h4 {
    background: #00a8f4;
}
.background_b h4::before {
    content: "2";
}
.copyright-text {
    text-align: center;
    padding: 60px 10px;
	color: #000000;
	font-family: "Helvetica", "Century Gothic", "Avenir", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN";
}
@media screen and (max-width:767px) {
	.copyright-text {
    padding: 60px 10px 0px;
		font-size: 0.7em;
}
}
.background_c {
    background-color: #fff;
    border: 6px solid #E51C24;
    border-radius: 16px;
    overflow: hidden;
    padding: 1rem;
    box-sizing: border-box;
    text-align: center;
    margin: 20px auto;
}
.background_c h4 {
    background: #e60012;
}
.background_c h4::before {
    content: "3";
}
@media screen and (max-width: 758px) {
    .contentWidth > .secInner {
        padding: 0px 1rem;
    }
    .item-left {
        grid-row: 1/2;
        grid-column: 1/3;
    }
    .item-right {
        grid-row: 2/3;
        grid-column: 1/3;
    }
	section.contentWidth {
        padding: 0;
    }
}
@media screen and (max-width:767px) {
    .package-img, .pr_txt {
        width: 100%;
		padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .firstView h1 {
        margin-top: 0;
    }
    .number-title {
        margin: 10px auto 5px;
        font-size: 2rem;
    }
    .contentSingle h5 {
        font-size: calc(14px + 5 * (100vw - 320px)/1020);
        padding: 3px 0;
    }
    .enjoytoy h2 {
        line-height: 1.2;
    }
}

/*-------------------------------------
    WheretoBuy
--------------------------------------*/
.WheretoBuy, h3{
	color: #ffffff;
	margin: 0 auto;
	text-align: center;
	font-weight: 100;
}
.WheretoBuy-wrap h3{
	font-size: 2em;
	padding-top: 2rem;
}
@media screen and (max-width:767px) {
	.WheretoBuy-wrap h3{
	font-size: 1.5em;
	}
}


/*-------------------------------------
    Lineup
--------------------------------------*/
.l-container {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
}
.lineups-text {
	margin-top: 6rem;
   letter-spacing: 0.05em;
    font-size: 3em;
    margin-bottom: 1rem;
    color: #FFFFFF;
    font-family: "Anton", "Arial Black", "museo-sans", -apple-system, BlinkMacSystemFont, "Helvetica", sans-serif;
    text-align: center;
}
@media screen and (max-width:767px) {
	.lineups-text {
		font-size: 2em;
		margin-top: 2rem;
	}
}
.c-product_list {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 50px;
}

.c-product_list.js-scroll > li:nth-child(1) {
    transition-delay: 0.3s;
}
.c-product_list.is-scroll > li {
    opacity: 1;
    transform: none;
	transition: 1s ease 0.3s;
}
.c-product_list > li > * {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    height: 100%;
}
.c-product_list figure {
    -webkit-box-flex: 1;
    flex-grow: 1;
}
.c-product_list figure img {
    border-radius: 10px;
    border: 5px solid #d9d7d7;
    transition: 0.3s;
	max-width: 100%;
}
.c-product_list .c-btn {
    margin-top: 1em;
    letter-spacing: 0.05em;
}
.c-product_list .c-btn > * {
    max-width: 100%;
}
.c-btn > * {
    text-align: center;
    padding: 0.5em 1em;
	background-image: linear-gradient(90deg, #fabf01, #e50312);
    /*background: #983723;*/
    /*border: 2px solid #983723;*/
    border-radius: 10px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
    transition: 0.3s;
}
.c-btn > * .arrow {
    padding-right: 2.5em;
    padding-left: 2.5rem;
    position: relative;
}
.c-btn > * .arrow:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0.5em;
    bottom: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 0.5em solid transparent;
    border-left: 0.7em solid #fff;
    border-radius: 0;
    transition: 0.3s;
}
.c-btn > * {
        font-size: 4.5vw;
        border-radius: 6.67px;
    }
.c-product_list figcaption {
    font-size: 2.6rem;
    text-align: center;
    line-height: 1.3;
    color: #fff;
    margin-top: 0.5em;
}
.u-bold {
    letter-spacing: 0.05em;
}
@media screen and (min-width: 801px) {
    .c-product_list.col3 > *:nth-child(3n+1) {
        margin-left: 0;
    }
	.c-product_list.col3 > * {
        width: 31.26%;
		margin-left: 3.11%;
    }
	.c-product_list.col3 .c-btn > * {
        font-size: 1.5rem;
    }
	.c-product_list.col3 figcaption {
        font-size: 1.5rem;
    }

}
@media screen and (max-width: 800px) {
  .c-product_list {
    margin-top: 1.5em;
  }
  .c-product_list.col2 > *:not(:first-child) {
    margin-top: 2em;
  }
  .c-product_list.col2 figcaption {
    font-size: 4vw;
  }
  .c-product_list.col2 .price {
    font-size: 4vw;
  }
  .c-product_list.col3 > * {
    width: 46.66%;
    margin-left: 6.68%;
  }
  .c-product_list.col3 > *:nth-child(2n+1) {
    margin-left: 0;
	  width: 80%;
  }
	.c-product_list.js-scroll > li:nth-child(2){
		margin-left: 0;
		margin-top: 3rem;
		width: 80%;
	}
	.c-product_list.js-scroll > li:nth-child(4){
		margin-left: 0;
		margin-top: 3rem;
		width: 80%;		
	}
  .c-product_list.col3 > *:nth-child(n+3) {
    margin-top: 40px;
  }
  .c-product_list.col3 figcaption {
    font-size: 5vw;
	  letter-spacing: -0.01em;
  }
  .c-product_list.col3 .price {
    font-size: 4vw;
  }
  .c-product_list.col3 .c-btn > * {
    font-size: 2.4vw;
  }
	.c-btn > * .arrow {
        padding-left: 1.5rem;
        font-size: 4vw;
    }
	
}

.products-wrap {
    border: none;
    box-shadow: 5px 5px 0px #00000050;
}
.products{
	width: 90%;
	padding-top: 1rem;
	margin: 0 auto;
	text-align: center;
}

@media screen and (max-width: 1370px) {
    .l-container {
        padding-left: 4%;
        padding-right: 4%;
    }
}

/*-------------------------------------
    Recommend
--------------------------------------*/
#recommend .contents {
    margin: 4rem auto 0;
}
#recommend .inner-box {
    padding: 1rem 2rem 2rem;
    box-sizing: border-box;
    background-color: #000000ab;
    border: solid 5px #6d9546;
}
#recommend h3 {
    text-align: center;
    font-size: 1.5rem;
    color: #FFF;
    text-shadow: 2px 2px 5px #000000;
}
.flexBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.item {
    width: 30%;
    padding: .5rem;
    box-sizing: border-box;
}
#recommend a {
    color: white;
    text-shadow: 2px 2px 5px #000000;
    text-decoration: none;
}
#recommend p {
    color: white;
    margin: 0 auto;
    letter-spacing: 0.05em;
    font-size: .8rem;
}

#recommend img {
    width: 100%;
}
.fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
    margin: 0;
}

#recommend{
	width: 60%;
	margin: 0 auto;
}

#recommend .inner-box {
    padding: 1rem 2rem 2rem;
    box-sizing: border-box;
    background-color: #000000ab;
    border: solid 5px #ec6830;
}
@media screen and (max-width:767px) {
	#recommend{
	width: 80%;
	margin: 0 auto;
    }
	#recommend .inner-box {
        padding: 1rem;
    }
    #recommend h3 {
        font-size: 1rem;
    }
    #recommend p {
        font-size: .65rem;
        letter-spacing: 0.05em;
    }
	.item {
        width: 50%;
    }
}


@media screen and (max-width: 820px) {
    #recommended {
        width: 85%;
    }
    .enjoytoy h2 {
        width: 85%;
        padding: 1em;
        line-height: 1.4;
    }
	.pc { display: none !important; }
.sp { display: block !important; }
}

/*-------------------------------------
    モーダルのスタイル
--------------------------------------*/
  .modal {
      display: none; /* 初期状態は非表示 */
      position: fixed; /* スクロールしても位置が固定 */
      z-index: 1; /* 他の要素の上に表示 */
      left: 0;
      top: 0;
      width: 100%; /* 幅は全体 */
      height: 100%; /* 高さも全体 */
      overflow: auto; /* コンテンツが多い場合はスクロール */
      background-color: rgba(0, 0, 0, 0.7); /* 背景の透明度 */
  }

  .modal-content {
      margin: 15% auto; /* 中央寄せ */
      display: block; /* ブロック要素 */
      width: 80%; /* 幅は80% */
      max-width: 700px; /* 最大幅を設定 */
  }

  .close {
      position: absolute; /* 絶対位置に配置 */
      top: 180px; /* 上からの位置 */
      right: 500px; /* 右からの位置 */
      color: white; /* 色を白に */
      font-size: 60px; /* フォントサイズ */
      font-weight: bold; /* 太字 */
      cursor: pointer;  /* カーソルをポインターにしてクリック可能に */
	  font-family: "Helvetica", "Century Gothic", "Avenir", sans-serif, "Hiragino Sans", "Hiragino Kaku Gothic ProN";
  }
@media screen and (max-width:767px) {
	 .modal-content {
		 margin: 0 auto;
		 padding-top: 10em;
	}
	 .close {
		 top:80px;
		 right: 40px;
	}
}