/* ----------------------------------------
    RESET
---------------------------------------- */
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ----------------------------------------
    Basic
---------------------------------------- */
* {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
	background-color: #fff;
}

body, input, textarea, select {
    font-family: 'Noto Sans JP', sans-serif;
    color: #2e2e2e;
    font-size: 1.8rem;
}

/* -- SP -- */
@media screen and (max-width: 768px) {

    body, input, textarea, select {
        font-size: 4vw;
    }

}

a {
    color: #0000ff;
    text-decoration: none;
}

main {
    display: block;
}

em {
    font-style: normal;
}

img {
    max-width: 100%;
}

/* ----------------------------------------
    Common
---------------------------------------- */
/* ----------------------------------------
    Structure
---------------------------------------- */
.wrapper {
    /*background: url('../images/bg.jpg') repeat center top;*/
	background-size: cover;
	margin-bottom:-20px;
	background-color: #000;
}

.main {
    padding-top: 0px;
	padding-bottom: 50px;
}
  
.inner {
    max-width: 1400px;
    margin: 0 auto;
}

.sec {
    padding: 20px 0 50px;
}

.backImg {
	width:100%;
	margin:0 auto 0;
}
.backImg img{
	width:100%;
}

.main {
    background: url('../images/img_bg.png') repeat center top;
	background-size: cover;
	background-color: #000;
}

.intro_story {
    /*background: url('../images/intro_bg.png') repeat center bottom;*/
	background-size: cover;
	background-color: #000;
	text-align: center;
}

.comment {
	background: url('../images/comment_bg.jpg') repeat center top;
	background-size: cover;
	background-color: #000;
	text-align: center;
	margin-top:-19px;
}

/* ----------------------------------------
    Parts
---------------------------------------- */


.heading3 {
    margin-bottom: 10px;
}

.col-wrap {
    background: #FFFFFF;
    position: relative;
    padding: 30px 30px 50px;
}

.catch {
    margin-bottom: 40px;
}

.tt {
    font-size: 3.0rem;
    margin-bottom: 30px;
}

.txt {
    font-size: 1.8rem;
    line-height: 1.6;
}

.arrow {
    margin: 20px 0 -36px;
    position: relative;
    z-index: 200;
}

.center {
    text-align: center;
}

.in-illust._1 {
    position: absolute;
    top: 14%;
    left: -30px;
}

.in-illust._2 {
    position: absolute;
    top: 35%;
    right: -30px;
}

.in-illust._3 {
    position: absolute;
    top: 55%;
    left: -30px;
}

.in-illust._4 {
    position: absolute;
    top: 82%;
    right: -30px;
}

.flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 770px;
    margin: 0 auto;
}

.flex-left {
    margin-right: 25px;
    width: 37%;
}

.flex-right {
    width: 58%;
}

.link-list {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 50px;
}

.link-list-item {
    margin-bottom: 15px;
}

.sec .heading3 {
    margin-bottom: 70px;
}

.last {
    background: #FFFFFF;
    padding: 80px 0;
}

.profile {
    background: #c8b37e;
    max-width: 770px;
    margin: 80px auto 0;
}

.fixed-bnr {
    position: fixed;
    right: 5%;
    bottom: 5%;
    z-index: 999;
}

/*----- JS -----*/
.fadein {
    opacity: 0;
    transform : translate(0, 50px);
    transition : all 1s;
}
  
.fadein.scrollin{
    opacity: 1;
    transform: translate(0, 0);
}

.slidein {
    opacity: 0;
    transform: translateX(-20px);
    transition: all 1s;
}

.slidein._right {
    opacity: 0;
    transform: translateX(20px);
    transition: all 1s;
}

.slidein.scrollin {
    opacity: 1;
    transform: translate(0);
}

/* ----------------------------------------
    mv
---------------------------------------- */
.mv img {
    width: 100%;
}



/* ----------------------------------------
    Footer
---------------------------------------- */

.footer  {
    background: #222222;
    padding: 40px 0;
	margin-top: 40px;
}

.footer .sns-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 250px;
    margin: 0 auto 35px;
}

.footer .sns-link a {
    display: block;
}

.footer .sns-link .twitter a {
    border-radius: 50%;
    background: #1da1f2;
    color: #FFFFFF;
    height: 58px;
    width: 58px;
    position: relative;
}

.footer .sns-link .twitter i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    height: 100%;
}

.footer .sns-link .facebook a {
    border-radius: 50%;
    background: #3b5998;
    height: 58px;
    width: 58px;
    position: relative;
}

.footer .sns-link .facebook i {
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 47px;
    height: 100%;
}

.footer iframe img {
    width: 58px;
    height: auto;
}

.footer-logo {
    margin-bottom: 25px;
}

.footer .copy {
    color: #FFFFFF;
    font-size: 0.8rem;
}

/* ----------------------------------------
    Media query
---------------------------------------- */
@media screen and (min-width: 769px) {
    .is-Pc {
        display: inline;
    }

    .is-Sp {
        display: none;
    }
}

/* -- SP -- */
@media screen and (max-width: 768px) {

    .main {
        padding-top: 0px;
		text-align: center;
    }
	.main img{
        width: 100%;
		margin:0 auto;
    }
	
	.img_sp img{
        width: 80%;
		margin:0px auto 20px;
    }
	
	.img_sp2 img{
        width: 100%;
		margin:-10px auto 20px;
    }

    .sec {
        padding: 0px 0 50px;
    }

    .inner {
        padding: 0 0%;
    }

    .sec .catch {
        width: 100%;
        margin: 0 auto 0px;
    }

    .fixed-bnr {
        position: fixed;
        right: 5%;
        bottom: 5%;
        z-index: 999;
        width: 40%;
    }

    .sec .heading2 {
        width: 100%;
        margin: 0 auto -20px;
    }
	.sec .heading2 img {
        width: 40%;
		margin: 0 5px;
    }
	.sec .heading2b {
        width: 70%;
        margin: -30px auto 0px;
    }

    .sec .arrow {
        margin: 20px 0 -18px;
    }

    .sec .arrow img {
        width: 70%;
    }
    
    .last {
        padding: 40px 0;
    }
    
    .last .flex {
        flex-direction: column;
    }
    
    .last .flex {
        flex-direction: column;
    }
    
    .last .flex-left ,
    .last .flex-right {
        width: 88%;
        margin: 0;
    }
    
    .last .flex-left {
        margin-bottom: 20px;
        text-align: center;
    }
    
    .last .tt {
        font-size: 4.68vw;
        font-weight: 600;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    
    .last .txt {
        font-size: 3.43vw;
    }
    
    .last .link-list {
        margin-top: 20px;
    }
    
    .last .link-list-item {
        width: 48%;
    }

    .profile {
        margin: 30px auto 0;
        padding: 20px;
        width: 88%;
    }

    .profile .flex-left {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .profile .flex-left .img {
        width: 48%;
    }

    .profile .flex-left .heading3 {
        width: 50%;
        padding-left: 10px;
    }

    .profile .flex-right {
        width: 100%;
    }

    .footer {
        padding: 20px 0;
		margin-top: 20px;
    }

    .footer-logo img {
        width: 58%;
    }
    
    .footer .sns-link {
        width: 50%;
    }
    
    .footer .sns-link .twitter a {
        height: 46px;
        width: 46px;
    }

    .footer .sns-link .twitter i {
        font-size: 28px;
    }
    
    .footer .sns-link .facebook a {
        height: 46px;
        width: 46px;
    }
    
    .footer .sns-link .facebook i {
        font-size: 38px;
    }
    
    .footer .sns-link .line img {
        width: 46px;
    }

    /* -- mediaquery -- */
    .is-Sp {
        display: inline;
    }

    .is-Pc {
        display: none;
    }

}



/* ----------------------------------------
    xxxxx
---------------------------------------- */

@media screen and (max-width:640px){
	body{font-family:'Noto Sans JP',sans-serif;}
	.pcOnly{display:none !important;}
	
.trailerBox{
	margin:10px auto -5px;
	width: 90%;
}
	
.trailerBox2{
	margin:0 auto ;
	width: 90%;
	padding: 0 0 40px;
}

.intro_story p{
	text-align: left;
	}
	
.lefttBox img{
	padding-top: 20px;

}
	
.textBox{
	margin:20px auto 0px;
	width:80%;
	color:#fff;
	line-height: 1.6;
	text-align: left;
	font-size: 90%;
}
	
.textBox2{
	margin:20px auto 0px;
	width:80%;
	height:700px;
	color:#fff;
	line-height: 1.6;
	text-align: left;
	font-size: 90%;
}
	
.textBox3{
	margin:20px auto 0px;
	width:90%;
	line-height: 1.6;
	text-align: center;
}
	
.backImg2 {
	width:100%;
	margin:0 auto 0;
	padding:80px 0 20px;
	text-align: center;
}
.backImg2 img{
	width:80%;
}
	
.backImg3 {
	width:100%;
	margin:0 auto 0;
	padding:80px 0 20px;
	text-align: center;
}
.backImg3 img{
	width:90%;
}
	
	.mvtk img{
	width:320px;
}
	.mvtk_box{
	width:340px;
		margin: 20px auto 60px;
}

	
	}
/* -------------------------
    xxxxx
------------------------- */

@media screen and (min-width:641px){
	body{font-family:'Noto Sans JP',sans-serif;}
	.spOnly{display:none !important;}
	
	
.menuPc {
    position: fixed;
    top: 0;
    center:0;
	width:100%;
	background-color:#222222;
	color:#fff;
	padding:15px;
	text-align:center;
	z-index: 999;
	font-family: serif;
}
	
.menuPc a {
  color: #fff;
}
.menuPc a:visited {
  color: #fff;
}
	
.wrapper {
    /*margin-top:48px;*/
	margin-top:-20px;
}
	
.trailerBox{
	margin:0px auto 10px;
	width: 800px;
	padding-top: 38px;
}
	
.trailerBox2{
	margin:0 auto ;
	width: 800px;
	padding: 0 0 40px;
}
	
#horizontalTab a{
	font-size: 60%;
	line-height: 1.5;
	}
	
.intro_story p{
	text-align: left;
	}
	
.lefttBox{
	float: left;
	width: 38%;
}

.lefttBox img{
	padding-top: 20px;

}

.rightBox{
	float: right;
	width: 58%;
}
	
.textBox{
	margin:20px auto 0px;
	width:900px;
	color:#fff;
	line-height: 1.6;
	font-size: 16px;
}
	
.textBox2{
	margin:20px auto 0px;
	width:600px;
	height:700px;
	color:#fff;
	line-height: 1.6;
	font-size: 16px;
}
	
.textBox3{
	margin:20px auto 0px;
	width:900px;
	line-height: 1.6;
	font-size: 16px;
}
	
.backImg2 {
	width:100%;
	margin:0 auto 0;
	padding:80px 0 20px;
	text-align: center;
}
.backImg2 img{
	width:640px;
}
	
.backImg3 {
	width:100%;
	margin:0 auto 0;
	padding:80px 0 20px;
	text-align: center;
}
.backImg3 img{
	width:840px;
}
	
	
	.mvtk img{
	width:360px;
}
	.mvtk_box{
	width:840px;
		margin: 20px auto 80px;
}
	
 .sec .heading2 {
        width: 100%;
        margin: 0 auto -20px;
    }
	.sec .heading2 img {
		margin: 0 10px;
    }

	
	}
	
	
/*--------------------------------------
  モーダル表示上
--------------------------------------*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
    align-self: center;
	text-align: left;
    /*width: 60%;*/
	width: 80%; max-width: 800px;
	max-height: calc(100vh);
	overflow: auto;
    padding: 30px 30px 15px;
    box-sizing: border-box;
    background: #fff;
    line-height: 1.8em;
    transition: 0.5s;
	
}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(20px);
}

.open_button {
    cursor :pointer;
    transition: all 0.3s;
    text-decoration: none;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px);/*下に動く*/

}

/*アイコンを表示*/
.open-button:after {
font-family: "Font Awesome 5 Free";
  content: "\f2d0";
    padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #FFFFFF;
  background-color: #4f96f6;
  transition: .6s;
}

.modal_title2 {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding-bottom: 20px;
  margin-top:0;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after{
	content: "";
	position: absolute;
	bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title2:before{
	border-bottom: 4px solid #00652e;
	width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title2:after{
	border-bottom: 4px solid #a7c81e;
	width: 100%;
}

.modal_wrap p{
	padding:20px 0 ;
}


	
/* -- xxxxx -- */
.button22 label {
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1em 2em;
  width:  360px;
  color: #fff;
  font-size: 1em;
  font-weight: 700;
  background-color: #052a78;
  transition: 0.3s;
}

.button22 label::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2em;
  transform: translateY(-50%);
  width: 40px;
  height: 2px;
  background-color: #ffffff;
  transition: 0.3s;
}

.button22 label::after {
  content: '';
  position: absolute;
  top: 50%;
  right: calc(2em - 2px);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10px;
  border-color: transparent transparent transparent #fff;
  transition: 0.3s;
}

.button22 label:hover {
  text-decoration: none;
  background-color: #ee7700;
}

.button22 label:hover::before,
.button22 label:hover::after {
  right: 1.7em;
}



/* -- トレーラータブ表示 -- */
.youtube__padding-top {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
}
.youtube__padding-top iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
  .tab2 {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: 0 !important;
  }
  .tab2__item {
    flex: 1;
    flex-basis: 120px;
  }
  .tab2__link {
    display: block;
    text-decoration: none;
    color: #fff;
	padding:10px;
	  margin:10px;
    background-color: #444;
    cursor: pointer;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .tab2__link.on {
    background-color: #d30010;
  }
  .tab2-body__item {
    margin: 10px 15px;
    display: none;
    text-align: center;
  }
  .tab2-body__item.on {
    display: block;
  }


/* -- 動画表示用タブ切り替え表示 -- */
.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}
 
.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}
 
.r-tabs .r-tabs-panel {
    padding: 15px;
    display: none;
}
 
.r-tabs .r-tabs-accordion-title {
    display: none;
}
 
.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}
 
/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }
 
    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
}
 
/* Tabs container */
.r-tabs {
  position: relative;
 
  background-color: #033f62;
 
  border-top: 1px solid #033f62;
  border-right: 1px solid #033f62;
  border-left: 1px solid #033f62;
  border-bottom: 4px solid #033f62;
  border-radius: 4px;
 
}
 
/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
  position: relative;
  background-color: #033f62;
}
 
/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
  display: inline-block;
  padding: 10px 12px;
 
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
 
/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
  opacity: 0.5;
}
 
/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
  color: #222;
  text-shadow: none;
 
  background-color: white;
 
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
 
/* Tab panel */
.r-tabs .r-tabs-panel {
  background-color: white;
 
  border-bottom: 4px solid white;
 
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
 
}
 
/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
  display: block;
  padding: 10px;
 
  background-color: #033f62;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.4);
  font-size: 12px;
 
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
 
/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
  background-color: #fff;
  color: #222;
  text-shadow: none;
}
 
/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
  opacity: 0.5;
}


/* -- コメントカード表示 -- */
.commentBox {
  display:flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  padding: 20px 0 60px;
	width:1300px;
	margin: 0 0 0 -140px;
}

.commentBox img {
  width: calc(30% - 5px);
}

@media (max-width: 900px) {
.commentBox {
  display:flex;
  flex-wrap: wrap;
  gap: 10px 10px;
  padding: 10px 0 60px;
	width:100%;
	margin: 0 auto;
}
	
.commentBox img {
    width: calc(50% - 5px);
  }
}

