@charset "UTF-8";
/* CSS Document */

/*==================================
reset
==================================*/
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, picture {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  line-height: 1.5;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 変数 */
:root {
    --black: #222;
    --buy: #C7000B;
    --yellow: #F3C400;
    --green: #00561F;
}

/* 26_03追記 */
html{
    scroll-behavior: smooth;
    scroll-padding-top: 50px;
}

html, body {
    height: 100%;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    color: var(--black);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-break: strict;
    overflow-wrap: break-word;
    word-wrap: break-word;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    cursor:pointer;
    color: var(--black);
    -webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
a.space:hover {
	letter-spacing: 0.15em;
}
a.toka:hover{
    opacity: 0.7;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: text-bottom;
}
* {
    box-sizing: border-box;
}
ul {
    list-style: none;
}

img.cancel {
    pointer-events: none;
}
.pc {display: none;}
.sp {display: block;}   


.header {
    position: fixed;
    width: 100%;
    height: 45px;
    z-index: 99;
    background-color: var(--green);
    line-height: 1;
	font-weight: bold;
    display: flex;
}
.head_inner_sp {
	display: flex;
	cursor: pointer;
    height: 45px;
    align-items: center;
}
.head_inner_pc {
    display: none;
}
.head01 {
	margin-right: auto;
    padding: 0 8px;
    display: flex;

}
.head01 div {
  display: flex;
  flex-shrink: 0;
}

.logo-area {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.2;
    color: var(--yellow);
}
.head01 img {
	vertical-align: baseline;
    max-width: 168px;
}
.head_inner_sp .menu_cont {
    display: block;
    margin-right: 50px/*13.5vw*/;
}
.head_inner_sp .menu {
	display: flex;
	justify-content: center;
	align-items: center;
}

.head_inner_sp nav {
	width: 100vw;
	text-align: center;
    font-size: 1.25rem;
}
.head_inner_sp nav ul {
	display: flex!important;
    flex-direction: column;
	height: 50vw;
    justify-content: space-between;
}
.head_inner_sp nav ul li {
	margin: 0 2rem;
    font-weight: bold;
}
nav a, .buy a, .buy-btn a{	
	color: #ffffff;
}
nav ul li a:hover {
	color: var(--yellow);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.menu-btn {
    border: none;
    background: none;
    position: fixed;
    z-index: 20;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
	cursor: pointer;
    width: 50px;
    height: 45px;
}
.menu-btn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    top: 12px;
    left: 20%/*14px*/;
    height: 2px;
    border-radius: 2px;
    background: #fff;
    width: 30px;
}
.menu-btn span:nth-of-type(2) {
	top: 22px;
}
.menu-btn span:nth-of-type(3) {
	top: 32px;
}

.menu-btn.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}
.menu-btn.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-btn.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}
.head_inner_sp .menu {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    color: #fff;
    background-color: rgba(3, 45, 17, 0.9);
    transform: translateX(100vw);
    transition-duration: 0.5s;
    transition: .5s;
}
.head_inner_sp .menu.is-active {
    transform: translateX(0);
}
.head_inner_sp .menu li {
    display: block;
    justify-content: center;
    align-items: center;
}
.head_inner_sp .menu li a {
    transition: .5s;
}

/**********************
購入パーツ
***********************/
.buy {
    padding: 0 10px;
    display: flex;
    border: none;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    background: var(--buy);
    height: 45px;
    justify-content: center;
    align-items: center;
}
.buy a {
    flex-shrink: 0;
    font-weight: bold;
    font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);

    line-height: 0;
}
.buy span::after, .buy-btn span::after{
    content: url("../img/ico_cart.svg");
    display: inline-block;
    width: 1.15vw;
    min-width: 16px;
    height: auto;
    margin-left: 2px;
}
.head_inner_sp .buy span::after {
    display: none;
}

.buy:hover, .buy-btn:hover {
    color: #fff;
}

.mv-btn_wrap {
    display: flex;
    gap: 20px;
    width: 100%;
}
.mv-btn_wrap .buy-btn, .mv-btn_wrap .read-btn {
    flex: 1;
}

.btn_wrap {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    text-align: center;
}

/*購入はこちらボタン*/
.buy-btn {
    background: var(--buy);
    border: none;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
}
.buy:after, .buy-btn:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #AA0F1F;
  transition: all 0.3s ease;
}

/*試し読みボタン*/
.read-btn {
    background: var(--yellow);
    border: none;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
}
.read-btn:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #F2B200;
  transition: all 0.3s ease;
}
.read-btn span::after{
  content: url("../img/ico_book.svg");
position: relative;
display: inline-block;
  width: 1.15vw;
    min-width: 15px;
    max-width: 20px;
  height: auto;
margin-left: 4px;
}

.buy-btn span, .read-btn span {
    display: inline-block;
    padding: 0.8rem 1rem;
    font-weight: bold;
    font-size: 1rem;
}
.buy:hover:after, .buy-btn:hover:after, .read-btn:hover:after {
    left: 0;
    width: 100%;
}

/**********************
メインビジュアル
***********************/

/*スライダー*/
.slider {
    position:relative;
    z-index: 1;
  /*↑z-indexの値をh1のz-indexの値よりも小さくして背景に回す*/
  height: 100vh;
}
/*　背景画像設定　*/

.slider-item01 {
    background:url("../img/mv01_sp.jpg");
}

.slider-item02 {
    background:url(../img/mv02_sp.jpg) ;
}

.slider-item03 {
    background:url(../img/mv03_sp.jpg);
}

.slider-item {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.main_visual, .main_visual02 {
    position: relative;
}

.main_visual .main_illust {
	position: absolute;
	bottom: 0;
		left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 3;
	max-width: 400px;
	min-width: 336px;
}
.main_ttl {
	width: 90%;
	max-width: 1128px;
    position: absolute;
	z-index: 2;
    top: 70px;
    text-align: center;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.main_ttl .btn_wrap {
    display: inline-flex;
    justify-content: space-between;
    gap: 20px;
    margin: 10px 0;
}


.main_ttl .buy:hover:after, .buy-btn:hover:after, .read-btn:hover:after {
  left: 0;
  width: 100%;
}
.main_ttl .buy-btn:active {
  top: 2px;
}

.bnr_series-intro {
    max-width: 362px;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}


/**********************
26_04第二弾
***********************/
.main_visual02 {
    background-color: #1aaf60;
	padding: 60px 0 40px;
}
.main_ttl02 {
    width: min(1000px, 100%);
    margin-inline: auto;
    display: grid;
    place-items: center;
    gap: 1.5rem;
}

/*予約ボタン*/
.buy-btn02 {
    background: #fff;
  border: none;
  z-index: 4;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    padding: 0.8rem 2rem;
    font-weight: 800;
    font-size: 1.2rem;
    margin: 0 10px 0 0;
}
.buy-btn02:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #F2B200;
  transition: all 0.3s ease;
}
.buy-btn02:hover:after {
  left: 0;
  width: 100%;
}
.buy-btn02 a {
    padding: 1rem 2rem;
    color: var(--green);
    font-weight: 800;
}
.buy-btn02-txt:hover {
    letter-spacing: 0.12em;
  text-indent: 0.12em;
}
/**********************
コンテンツ
***********************/

/**********************
共通パーツ
***********************/
h2.content_ttl {
    font-size: clamp(1.313rem, 1.176rem + 0.68vw, 1.688rem);
    font-weight: 700;
}

/*動画*/
.cont_01 {
    margin: 2.5rem auto 0;
    padding: 0 2rem;
    text-align: center;
}
.youtube {
    max-width: 560px;
  width: 100%;
  aspect-ratio: 16 / 9;
    margin: 0 auto;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}

/*あらすじ*/
.cont_02 {
    /* margin: 2.5rem auto 0; */
    padding: 2rem;
    text-align: center;
    margin: 0 auto 1rem;
    max-width: 800px;
}

.cont_02 h2 img {
    width: 140px;
    margin-bottom: 1rem;
}
.cont_02 h3 {
    font-size: clamp(1.313rem, 1.176rem + 0.68vw, 1.688rem);
    margin-bottom: 0.6rem;
    color: var(--green);
    font-weight: bold
}
.cont_02 p {
    line-height: 2;
    text-align: left;
}


/*まんが*/
.cont_03 {
	background: var(--yellow);
	text-align: center;
    padding: 3rem 1rem;
}
.comic {
    width: 92%;
    margin: 0 auto;
}
.slid02 {
  width: 100%;
	height: auto;
  padding: 0;
  margin: 1rem auto 0!important;
}

.slid02 .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-next {
    right: auto;
    left: 0;
    width: 12px;
    top: 50%;
}
.slick-prev {
    right: 0;
    left: auto;
    width: 12px;
    top: 50%;
}

.slick-prev:before, .slick-next:before {
    font-size: 15px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-next:before {
    content: url("../img/arrow-left.svg")!important;
}
.slick-prev:before {
    content: url("../img/arrow-right.svg")!important;
}
.slick-dots {
	display: none!important;
}


/*スペシャルコンテンツ*/
.cont_04 {
    padding: 3rem 1rem 1rem;
    text-align: center;
}
.cont_04_contents {
    margin: 1rem auto;
    /* max-width: 620px; */
    width: min(620px, 100%);
}
.cont_04_contents h2 {
    font-size: clamp(21px, 1.5vw, 40px);
    margin-bottom: 1.6rem;
}
.special_btn {
    text-align: left;
    border-radius: 4px;
    border: 2px solid var(--green);
    display: flex;
    margin-bottom: 2rem;
}
.nolink {
    opacity: 0.4;
}
.special_btn .arrow {
    background: var(--green);
    width: 20px;
    padding: 5px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}
.special_btn .special_desc {
    padding: 1rem;
}
.special_desc h3, .ikeido-comment h3{
    display: inline;
    background:linear-gradient(transparent 60%, var(--yellow) 60%);
}


/*書籍紹介*/
.cont_05 {
	background: #66BED8;
	text-align: center;
    padding: 3rem;
}
dl.cont_05_contents {
    display: flex;
    flex-direction: column;
	margin: auto;
}
dl.cont_05_contents dt {
    width: 80%;
    max-width: 320px;
    letter-spacing: 0.1rem;
    margin: 0 auto;
}
h3.book_info {
    font-size: 32px;
}
h3.book_info span {
    font-size: 20px;
}
dl.cont_05_contents p {
    margin-bottom: 1rem;
}

/*ガイドブック*/
.cont_06 {
    padding: 3rem 1rem 0;
}
.cont_06_contents {
    border: 2px solid var(--yellow);
    border-radius: 5px;
    padding: 1rem;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}
.cont_06_contents h2 {
    text-align: center;
    margin-bottom: 1rem;
}

.btn_guide {
    background: var(--yellow);
    border: none;
    z-index: 1;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    padding: 0.3rem 3rem;
    font-weight: bold;
    font-size: 16px;
    margin-top: 1rem;
}
.btn_guide:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #da991c;
  transition: all 0.3s ease;
}
.btn_guide:hover:after {
  left: 0;
  width: 100%;
}
.btn_guide:active {
  top: 2px;
}


.footer {
    text-align: center;
    padding: 3rem 0 80px;
    background-image: url(../img/hayabusa_ill_03.png), url(../img/hayabusa_ill_02.png);
    background-position: bottom 0 left 2%, bottom 0 right 2%;
    background-repeat: no-repeat;
    background-size: 130px;
}
.footer-inner {
    padding: 0 20px;
}
.footer a.under-line {
	text-decoration: underline;
}
.footer a.under-line:hover {
	text-decoration: none;
}

/* バナーエリア */
.bnr-area {
    max-width: 652px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 40px;
    margin: 0 auto;
}
.bnr_series-catch {
    text-align: left;
    font-weight: 700;
    font-size: 1.25rem;
    transform: rotate(-5deg);
    padding: 1.5rem 0;
}
/* バナーアキラ */
.bnr_akira {
    width: 100%;
    color: #333E78;
    font-size: 14px;
    padding: 1.5rem 0.8rem;
    border: 2px solid #333E78;
    text-align: center;
    background: #fff;
    background-image: linear-gradient(-8deg, #dddf4f 26px, transparent 0),
                    linear-gradient(172deg, #333e78 26px, transparent 0);
}
.bnr_akira strong {
    font-size:clamp(18px, 2vw, 28px);
    
}

.foot_sns-ttl {
    font-size: 24px;
    margin: 2rem 0 0;
    color: var(--green);
    font-weight: bold;
}
.footer-inner .small {
    font-size: 14px;
}
.sns {
    margin: 0.5rem auto 2rem;
}
.sns li {
    width: 34px;
    margin: 0 0.8rem;
    display: inline-block;
}
.sns li img {
    fill: #42AFE3;}


/*TAB ラップトップ*/
@media screen and (min-width: 812px), print {

.head_inner_sp {
    display: none;
}
.head_inner_pc {
	display: flex;
	align-items: center;
	cursor: pointer;
}

.menu_cont {
    display: flex;
    gap: 16px;
}
.head_inner_pc .menu_pc {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.head_inner_pc nav ul {
    display: flex;
    gap: 16px;
}

.buy {
    padding: 0 20px;
}
.buy a {
    letter-spacing: 0.1em;
}
/**********************
購入パーツ
***********************/

.head_inner_pc nav ul li a:hover {
	color: var(--yellow);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}	


/**********************
メインビジュアル
***********************/

.mv-btn_wrap {
    width: 45%;
}
/*スライダー*/
.slider {
    position:relative;
    z-index: 1;
}
/*　背景画像設定　*/

.slider-item01 {
    background: url(../img/mv01_pc.jpg);
}

.slider-item02 {
    background:url(../img/mv02_pc.jpg);
}

.slider-item03 {
    background:url(../img/mv03_pc.jpg);
}

.slider-item {
    width: 100%;
    /*height: 100vh;*/
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
}

.main_ttl {
    top: 8.5%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	width: 57vw;
}

.bnr_series-intro {
    transform: none;
    bottom: 1rem;
    right: 1rem;
    left:auto;
    max-width: 400px;
}

/*動画*/
.cont_01 {
    margin: 2.5rem auto 0;
    padding: 2rem;
    }
	
/*あらすじ*/
.cont_02 {
	background-image: url(../img/hayabusa_ill_10.png);
    background-position: bottom 0 left 2%;
    background-repeat: no-repeat;
    background-size: 184px;
	max-width: 1200px;
    margin-inline: auto;
}

.cont_02 h3 {
    font-weight: bold;
	letter-spacing: 0.2em;
}

	.cont_02 p {
		text-align: center;
	}
    
/*体験マンガ*/
.comic {
    width: 462px;
    margin: 0 auto;
    /*padding: 3rem 0;*/
}
.slid02 {
    width: 100%;
    height: auto;
    padding: 0 50px;
    margin: 1rem auto 0!important;
}

    
/*スペシャルコンテンツ*/
.cont_04 {
    background-image: url(../img/hayabusa_ill_12.png);
    background-repeat: no-repeat;
    background-size: 180px;
    background-position: bottom right 1%;
    max-width: 1020px;
    margin: 0 auto;
}


/*書籍紹介*/
dl.cont_05_contents {
    flex-direction: row;
	max-width: 800px;
	align-items: center;
    justify-content: center;
    gap: 16px;
}
dl.cont_05_contents dt {
    width: 280px;
}
dl.cont_05_contents dd {
	text-align: left;
}
h3.book_info {
    font-size: 48px;
	line-height: 1.2;
	margin-bottom: 1.5rem;
}
h3.book_info span {
    font-size: 32px;
}
dl.cont_05_contents p {
	font-size: 21px;
}
    
/*ガイドブック*/
.cont_06_contents {
    border: 2px solid var(--yellow);
    border-radius: 5px;
    padding: 2.5rem;
    text-align: center;
    max-width: 750px;
    margin: 0 auto;
}
.cont_06_contents h2 {
    margin-bottom: 1rem;
}

.footer {
    text-align: center;
    background-image: url("../img/hayabusa_ill_03.png"),url("../img/hayabusa_ill_02.png");
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: bottom 5px left 3%, bottom 5px right 3%;
}

.bnr_akira {
    font-size: 18px;
    padding: 2.5rem 0.8rem;
    background-image: linear-gradient(-8deg, #dddf4f 40px, transparent 0),
                    linear-gradient(172deg, #333e78 40px, transparent 0);
}

.sns_cont {
    width: 10vw;
    margin: 1rem auto;
}
}


/* ここまでTAB */

/*PC*/
@media screen and (min-width: 1400px) {

.sp {
    display: none;
}
.main_ttl {
    top: 18%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 60vw;
}
.cont_02 p {
    text-align: center;
}
	
.comic {
    margin: 0 auto;
    /*padding: 3rem 0;*/
}
.slid02 {
    padding: 0;
}
dl.cont_05_contents {
    max-width: 750px;
}

}

.slider-item {
    height: 92vh;
}
.main_ttl{
    top:  10vh;
    width: 100%;
    padding: 0 15px;
}
.main_ttl .mv {
    width: auto;
    max-width: 100%;
    max-height: 63vh;
}
.main_ttl picture{
    display: block;
    width: 100%;
}


/* スペシャルコンテンツ追加2603 */
.ikeido-comment {
    padding: 2rem;
}
.bnr_sp-comment {
    position: absolute;
    z-index: 3;
    bottom: 30px;
    left: 20px;
    width: min(200px, 100%);
    /* transform: rotate(-5deg); */
    filter: drop-shadow(2px 2px 2px #1a1a1a);
}
.link-block {
    padding-left: 12px;
}
.x-link {
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
    width: fit-content;
    position: relative;
    border-bottom: solid 1px var(--black);
}
.x-link:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -12px;
    width: 12px;
    height: 12px;
    background-color: var(--black);
    clip-path: polygon(0 0, 0 100%, 70% 50%);
}
.ikeido-comment h4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    color: var(--green);
    border-bottom: 2px dotted var(--green);
}
.comments {
    display: grid;
    gap: 0.8rem;
    margin-top: 1rem;
}
.comment {
    text-indent: 1em;
}


@media (max-width: 850px) and (orientation: portrait), (max-height: 420px){
    .head_inner_pc h1 {
    max-width: 150px;
}
    .head_inner_pc nav ul li {
    font-size: 0.85rem;
    letter-spacing: -0.1em;
    }

    .main_ttl img {
        max-height: 65vh;
    }
    .main_ttl {
        top: 8.5%;
    }

    /* スペシャルコンテンツ追加2603 */
.bnr_sp-comment {
    position: absolute;
    z-index: 3;
    top: 60px;
    left: 15px;
    width: min(345px, 90%);
    /* transform: rotate(-5deg); */
    filter: drop-shadow(2px 2px 2px #1a1a1a);
}

.main_ttl02 {
    width: min(375px, 100%);
    margin-inline: auto;
    display: grid;
    place-items: center;
    padding-top: 96px;
}
}

@media only screen and (min-width: 450px) and (max-width: 670px) {
    .main_ttl {
        top: 100px;
    }
    .main_ttl img {
        max-height: 57vh;
    }
    .main_ttl02 {
    width: min(360px, 100%);
    margin-inline: auto;
    display: grid;
    place-items: center;
}

}
@media screen and (max-width: 450px) {
    .main_ttl {
        top: 64px;
    }
    .main_ttl img {
        max-height: 70vh;
    }
}


.mgT10 {
    margin-top: 10px;
}