@charset "UTF-8";

/* main_visual
======================================================================*/

#main_visual {
	width: 100%;
	position: relative;
    overflow: hidden;
    z-index: 2;
}

#main_visual ul{
    max-width: 1240px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}

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

#main_visual .inside {
    width: 100%;
    max-width: 1340px;
    margin: 0 auto;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 50px;
}

#main_visual h1 {
	position: absolute;
	z-index: 55;
	top: 40px;
	right: 80px;
    transition: all 0.25s ease-out;
}

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

#main_visual p.tate {
	-ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    left: 20px;
    font-size: 1.4rem;
    letter-spacing: 0.2rem;
    z-index: 11;
}

/*
#main_visual ul li:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
	background-image: url(../images/bk_ami.svg);
	transition: opacity 0.2s linear;
}
*/

/* top_contents
======================================================================*/

#top_contents{
    width: 100%;
    position: relative;
    margin-top: -70px;
    overflow: hidden;
}

#top_contents h3{
    font-size: 2.0rem;
    letter-spacing: 0.1rem;
}

#top_contents p.sns {
    font-size: 1.5rem;
}

#top_contents p.sns a {
    color: #c7000b;
}

#top_contents p.sns a:hover{
	color: #E45F6E;
    text-decoration: underline;
}

/* top_message
===================================*/

#top_message {
	width: 100%;
	position: relative;
    background-image: url(../../images/top_bg.png);
    background-repeat: repeat;
    background-position: center top;
}

#top_message .inner{
	padding-top: 70px;
}

#top_message p{
    text-align: center;
    padding: 6em 2em;
    position: relative;
    z-index: 11;
    transition: all 0.25s ease-out;
}

#top_message .ill{
    text-align: left;
    position: absolute;
    left: 0;
    bottom: -50px;
    z-index: 9;
    transition: all 0.25s ease-out;
	}


/* top_bottom
===================================*/

#top_bottom {
	width: 100%;
	position: relative;
    background-image: url(../../images/top_bg2.png);
    background-repeat: repeat;
    background-position: center top;
    z-index: 1;
}

#top_bottom .inner{
	max-width: 1280px;
    padding-top: 5em;
    padding-bottom: 5em;
    /*flex*/
    display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

/* top_insta
===================================*/

#top_insta {
    width: 70%;
    text-align: left;
}

/* top_facebook
===================================*/

#top_facebook {
    width: 28%;
    max-width: 340px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.fb_box{
    width: 100%;
    padding-top: 1em;
}





/* ==============================================================================

[Media Queries] smart phone : Landscape

============================================================================== */

@media only screen and (min-width:1px) and (max-width:740px) {

/* main_visual
===================================*/

#main_visual h1 {
	top: 20px;
	right: 40px;
    text-align: right;
}

#main_visual h1 img {
	max-width: 60%;
    height: auto;
}

/* top_message
===================================*/

#top_message p{
    padding: 3em 3em 6em;
}

#top_message .ill img{
   max-width: 60%;
    height: auto;
}


/* top_insta
===================================*/

#top_insta {
    width: 100%;
    margin-bottom: 3em;
}
    
/* top_facebook
===================================*/

#top_facebook {
    width: 100%;
}


} /*@mediaEnd*/








/* ==============================================================================

[Media Queries] smart phone : Portrait

============================================================================== */

@media only screen and (min-width:1px) and (max-width:480px){

/* main_visual
===================================*/

#main_visual .inside {
    padding: 0 20px;
}

#main_visual h1 {
	top: 20px;
	right: 30px;
}

#main_visual h1 img {
	max-width: 40%;
    height: auto;
}

#main_visual p.tate {
	display: none;
}
    
/* top_insta
===================================*/

    
/* top_facebook
===================================*/

.fb_box iframe {
    width:100%;
}

} /*@mediaEnd*/

