@charset "utf-8";
.sample {
    font-size: 40px;
}
#top h2 {
    text-align: center;
    font-size: 26px;
    letter-spacing: 6px;
}
.small_txt {
    font-size: 12px;
}
.bg_color {
    background: #f2f4f1;
}
/* header */

#top_header {
    background: #fff;
    line-height: 1;
    width: 100%;
    height: 80px;
    overflow: visible;
    text-align: center;
	-webkit-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.1);
box-shadow: 0px 1px 15px 0px rgba(0,0,0,0.1);
}
#top_header .hd_box {
    margin: 0 auto;
    width: 1200px;
    height: 70px;
}
#top_header #nav {
    color: #333;
    display: block;
    margin: 0 auto;
    text-align: center;
    max-width: 1200px;
    float: none;
}
#top_header #nav ul {
    margin: 0 auto;
    display: block;
}
#top_header #nav li {
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    float: none;
	padding: 20px 0 0 0;
}
#top_header #nav .contact {
    font-size: 17px;
    border-right: none;
}
#top_header #nav li a {
    /*border-right: 1px solid #333;*/
    display: block;
    padding: 0 16px;
}
#top_header #nav .contact {
    margin: 0 0 0 20px;
}
#top_header #nav .contact a {
    border-top: none;
    margin: -35px 0;
    padding: 27px 3px;
}
#top_header #nav .contact a:hover {
    border-top: none;
    margin: -35px 0;
    padding: 27px 3px;
}
#top_header #nav .bd_no a {
    border-right: none;
}
/* main visual */

#top_main {
    text-align: center;
    display: block;
    margin: 0 auto;
    height: auto;
    padding-top: 53%;
}
#top_main h1 img {
    position: absolute;
    top: 5%;
    left: 8%;
    max-width: 100%;
    height: auto;
}
/* concept */

.top_concept {
    background: #ffffff;
    margin: 80px auto 60px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
.top_concept .top_concept_inr {
  padding: 0 20px;
}
.top_concept h2 {
    padding: 100px auto auto;
    margin: 0 0 50px 0;
}
.top_concept .top_concept_copy {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.22em;
}
.top_concept .top_concept_ttl img {
  display: block;
  max-width: 100%;
  height: auto;
}
.top_concept .wrap_top_concept_txt {
  padding-left: 20px;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0.02em;
  font-feature-settings: "palt";
}
.top_concept .wrap_top_concept_txt .top_concept_txt {
  margin-top: 10px;
}

.text {
    font-size: 16px;
    text-align: center;
    line-height: 2.0;
}
.top_concept .text {
    font-size: 20px;
    text-align: center;
    line-height: 2.3;
}
.top_concept .line01 {
    margin-bottom: 20px;
}
/* story */

.top_story {
/*    height: 340px;*/
    padding: 140px 0;
    background: url(../img_w/top/top_story_img.jpg) 20% top no-repeat #ffffff;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 1;
    background-size: cover;
}
.top_story h3 {
    border: 1px solid #ffffff;
    text-align: center;
    margin: 0 auto;
    display: inline-block;
}
.top_story h3:hover {
    background-color: rgba(255, 255, 255, 0.62);
}
.top_story h3 a {
    color: #ffffff;
    font-size: 18px;
    text-align: center;
    padding: 24px 90px 13px;
    margin: 0 auto;
    display: inline-block;
}
/* 3points */

.top_3points {
    margin: 0 auto;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.top_3points ul {
    margin: 120px auto;
    float: left;
    position: relative;
    left: 50%;
}
.top_3points ul li {
    width: 352px;
    background: #ffffff;
    margin: 0 40px 0 0;
    padding: 0 0 30px 0;
    position: relative;
    left: -50%;
    display: table-cell;
    vertical-align: middle;
    float: left;
}
.top_3points ul li:last-child {
    margin: 0;
}
.top_3points ul li img {
    width: 100%;
}
.top_3points ul li p {
    margin: 0 15px 15px;
    display: inline-block;
}
.top_3points ul li p.btn_black {
    margin: 4px;
    width: 95px;
}
.top_3points ul li p.btn_black01 {
    margin: 4px;
    width: 130px;
}
.top_3points ul li p.btn_black01 .nolink {
    color: #fff;
    padding: 8px;
    background: #ccc;
    display: block;
}
.top_3points ul li p.btn_black a {
    padding: 8px 0;
}
.top_3points h3 {
    font-size: 24px;
    padding: 31px 0 34px;
    font-weight: bold;
}

.top_3points ul li dl dt a{
	width: 352px;
	height: 367px;
	overflow: hidden;
	display: block;
}

.top_3points ul li dl dt a img {
	-moz-transition: -moz-transform 0.3s linear;
    -webkit-transition: -webkit-transform 0.3s linear;
    -o-transition: -o-transform 0.3s linear;
    -ms-transition: -ms-transform 0.3s linear;
    transition: transform 0.3s linear;
}

.top_3points ul li dl dt a:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
	opacity: 0.8;
}

/* gallery */

.top_gallery {
    background: #ffffff;
    margin: 90px auto;
}
.top_gallery h2 {
    margin: 0 0 22px 0;
}
.top_gallery p {
    color: #8d8f90;
    text-align: center;
    margin: 0 0 30px 0;
}
.top_gallery .demo {
    padding: 80px auto;
}
#top_gallery ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}
#top_gallery {
    position: relative;
}
.top_gallery .btn_to_gallery a {
    display: block;
    width: 100%;
    height: 300px;
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 5000;
}
.top_gallery a span {
    display: none;
}
.top_gallery .btn_to_gallery a:hover span {
    width: 10%;
    display: block;
    color: #ffffff;
    padding: 20px 40px;
    border: 1px solid #ffffff;
    position: absolute;
    top: 40%;
    left: 43%;
    background: rgba(255, 255, 255, 0.50);
}
#top_gallery a:hover {
    background: rgba(0, 0, 0, 0.60);
    color: #ffffff;
}
#top_gallery .top_to_gallery a:hover span {} .top_gallery p.text {
    margin: 0 0 15px;
}
/* movie */

.top_movie {
    background: #ffffff;
    padding: 0 0 40px 0;
}
.top_movie h2 {
    color: #b59413;
}
.top_movie h2 span {
    font-size: 40px;
    margin: 0 5px 0 0;
}
.top_movie p {
    /*position: relative;*/
    
    text-align: center;
    padding: 0 0 36px 0;
    width: 855px;
    margin: 0 auto;
}
.top_movie p span {
    position: relative;
    display: inline-block;
    margin: 0 2.5em;
    padding: 0 1em;
    color: #8d8f90;
    background-color: #fff;
    text-align: left;
    font-size: 30px;
}
.top_movie .movie_wrap {
    padding: 0 0 50px;
}
.top_movie iframe {
    display: block;
    margin: 0 auto;
}
/* youtube---iframe

.movie-wrap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.movie-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
*/
/* plan */

.top_plan {
    padding: 70px 0 28px;
}
.top_plan ul {
    float: left;
}
.top_plan ul li {
    background: #ffffff;
    margin: 50px 0 14px 0;
}
.top_plan ul li img {
    width: 100%;
}
.top_plan h3 {
    letter-spacing: 1px;
    font-size: 14px;
    color: #b59413;
    line-height: 1.2;
    font-weight: bold;
    margin: 10px 10px 5px 10px;
}
.top_plan ul li p {
    margin: 0 10px 5px;
    font-size: 12px;
}
.top_plan ul li a:hover {
    opacity: 0.8;
}
/*-------------------------------------------------------------
  LAYOUT
-------------------------------------------------------------*/

@media screen and (min-width: 769px) and (max-width: 1200px) {
    .top_3points ul {
        width: 100%;
    }
    .top_3points ul li {
        width: 32%;
        margin: 0 2% 0 0;
    }
    .top_3points ul li:last-child {
        margin: 0;
    }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
    #top_main h1 img {
        top: 3%;
        left: 5%;
        width: 85px;
        height: auto;
    }
    #top_main p img {
        top: 30%;
        right: 25%;
        width: 60px;
        height: auto;
    }
}
/*-------------------------------------------------------------
  SP_LAYOUT
-------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    #top_main {
        margin: 15% 0 0;
    }
    #top_header {
        display: none;
    }
    #top h2 {
        font-size: 140%;
        margin: 0 0 4%;
    }
    .top_concept {
        margin: 6% auto;
    }
    .top_concept .wrap_top_concept_txt {
      padding-left: 10px;
      letter-spacing: 0;
    }
    .top_story {
      padding: 10px 0;
    }
    .top_story h3 a {
        white-space: nowrap;
    }
    /* main visual */
    
    #top_main h1 img {
        display: none;
    }
    .top_concept .text {
        font-size: 87%;
    }
    /* 3points */
    
    .top_3points ul {
        margin: 10% auto;
    }
    .top_3points ul li {
        float: none;
        display: block;
        margin: 4%;
        width: 92%;
        padding: 0 0 6%;
    }
    .top_3points ul li:last-child {
        margin: 4%;
    }
    .top_3points ul li img {
        width: 100%;
    }
    .top_3points ul li p {
        text-align: left;
        font-size: 72%;
    }
    .top_3points h3 {
        font-size: 129%;
        padding: 15px 10px 0;
        margin: 0 auto;
    }
	
	.top_3points ul li dl dt a{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: block;
}

.top_3points ul li dl dt a img {
	-moz-transition:none;
    -webkit-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.top_3points ul li dl dt a:hover img {
    -webkit-transform:none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
	opacity: 1.0;
}
	
	
    .text {
        font-size: 86%;
    }
    /* gallery */
    
    .top_gallery {
        margin: 9% auto 0;
    }
    #top .top_gallery h2 {
        margin: 0;
    }
    .top_gallery p {
        font-size: 72%;
        margin: 0 0 4%;
    }
    .top_gallery a span {
        display: none;
    }
    .top_gallery .btn_more a span {
        display: inline-block;
        border: 1px solid #000;
        margin: 6% auto;
        padding: 5px 40px 3px;
    }
    /* movie */
    
    .top_movie {
        margin: 4% auto 0;
        padding: 0 4%;
    }
    #top .top_movie h2 {
        margin: 0 0 2%;
        line-height: 18px;
    }
    .top_movie h2 span {
        font-style: italic;
    }
    .top_movie .small_txt {
        padding: 0;
        width: 100%;
        font-size: 12px;
    }
    .top_movie p::before {
        width: 100%;
        top: 40%;
        height: 1px;
    }
    .top_movie .movie_wrap {
        padding: 10px 0 40px;
    }
    .top_movie iframe {
        width: 100%;
        height: auto;
    }
    .top_plan {
        padding: 8% 0 34px;
    }
	.top_plan h3 {
		font-size: 80%;
}	
    .top_plan ul {
        width: 92%;
        margin: 0 auto;
        float: none;
    }
    .top_plan ul li {
        margin: 4% 2% 20px;
        width: 96%;
        height: auto;
        padding-bottom: 3%;
    }
    /* story */
    
    .top_story {
		font-size: 72%;
		background-image: none;
        /*background: url(../img_w/top/sp_top_story_img.jpg) no-repeat scroll center center / cover;*/
        height: auto;
    }
	
	.top_story p img {
		width: 100%;
	}
	
    .top_story p a {
	display: inline-block;
    border: 1px solid #000;
    margin: 6% auto 10%;
    padding: 16px 90px 16px;
	box-sizing: border-box;
    }
	.top_story p a:hover {
	color: #ffffff;
	background: #000000;
	}
    .top_plan ul li p {
        font-size: 72%;
    }
    .top_story h3 {
        padding: 0 2px 10px;
    }
    .top_movie p {
        width: 100%;
    }
    .top_movie p span {
        margin: auto;
		text-align: center;
		line-height: 1.2;
		font-size: 18px;
    }
    .top_gallery .btn_more a span {
        padding: 16px 100px 16px;
		box-sizing: border-box;
    }
    .top_gallery .btn_more a span:hover {
        background: #000;
    }
    .top_movie p {
        padding-bottom: 10px;
    }
    .top_movie .movie_wrap {
        padding-bottom: 54px;
    }
    .top_3points h3 {
        padding: 15px 10px;
    }
}

.owl-carousel, .owl-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.owl-carousel .owl-item {
	padding: 0 5px;
	margin: 0 !important;
}