/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit; 
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: ipaexm;
    src: url(http://mmicci.xsrv.jp/fonts/ipaexm.ttf);
}
@font-face {
    font-family: Alcubierre;
    src: url(http://mmicci.xsrv.jp/fonts/Alcubierre.otf);
}
@font-face {
    font-family: mplus-2p-thin;
    src: url(http://mmicci.xsrv.jp/fonts/mplus-2p-thin.ttf);
}

body{
/*	font: 14px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;*/
    font-family: mplus-2p-thin;
/*	font-weight: 300;*/
    font-weight: 100;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
    background: #6c2735;
/*    background: radial-gradient(#fff,#9883C9);*/
/*    background: linear-gradient(to bottom, #9883C9, #fff, #9883C9, #fff, #9883C9, #fff, #9883C9);*/
/*	background: #fff;*/
/*    border: 21px solid #f0efef;*/
}

#top{
    background: #000;
}
#jp{
    background: #fff;
    color: #6c2735;
}

#en{
    
}
.lang{
    max-width: 50%;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
}
.lang a {
    text-decoration: none;
    color: #fff;
}

.contentsAreaTop{
    background-color: #000;
    border-left: 21px solid #000;
    border-right: 21px solid #000;
    border-bottom: 21px solid #000;
}
.contentsArea{
    border-left: 21px solid #f0efef;
    border-right: 21px solid #f0efef;
    border-bottom: 21px solid #f0efef;
}

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

a:hover, .active{
  text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{outline:0;}

/*HEADER*/
#header{
	text-align: center;
}

#header h1{
/*	padding-top: 60px;*/
}

.header-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 45.5px;
    padding-right: 45.5px;
}

.header-left{
    width: 33%;
    float: left;
    text-align: left;
/*    text-align: center;*/
}

.header-left a{
    margin: 0 .618em;
    padding: .618em 0;
/*	color: #918d8d;*/
/*    color: #000;*/
    color: #fff;
/*    font-family: Work Sans;*/
    font-family: mplus-2p-thin;
    font-weight: 400;
    font-style: normal;
    font-size: 11px;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-decoration: none;
}

.header-left a:hover{
    color: #ddd;
}

.header-center{
    width: 33%;
    float: left;
    text-align: center;
}

.header-right{
    width: 33%;
    text-align: right;
    z-index: 2;
    color: #fff;
/*    text-align: center;*/
}

.menumark{
    color: #fff !important;
}

#mainnav a{
	color: #000;
}

#mainImg{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 528px;
}

#selfie{
  padding-left: 50px;
  padding-right: 0px;
}

#catch {
  color: #fff;
  font-size:35.45px;
  /*font-family: ambroise-std;*/
/*  font-family:"Times New Roman" !important;*/
  font-family: mplus-2p-thin !important;
/*  font-weight: 300;*/
  font-weight: 100;
/*  font-style: normal;*/
  font-style: lighter;
  letter-spacing: 0em;
  text-transform: none;
  line-height: 1.4em;
  padding-left: 20px;
}


/*FOOTER*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}

/*COMMON*/

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

.logoimage{
    margin: 30px 0px;
/*    margin-bottom: 50px;*/
    max-width: 100px;
    min-width: 80px;
    min-height: 100px;
	height: auto;
}

.contents{
	clear:both;
	padding-top: 70px;
}

.contents h2{
/*	font-family: 'Pacifico', cursive;*/
	width: 60%;
	margin: 0 auto;
/*	font-size: 22px;*/
    font-size: 25px;
	font-weight:normal;
	text-align: center;
	background-size: 1px 1px;
}

.contents h2 span {
	background: #fff;
	padding: 0 80px;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 50px;
}

.icons{
    width:25px;
}

.sns{
    text-decoration: none;
}

/*TOP*/
.top-message{   
/*    color: #3b3a3a;*/
    color: #fff;
/*    font-size: 22px;*/
    font-size: 26px;
/*    font-family:"Times New Roman" !important;*/
    font-family: mplus-2p-thin !important;
/*    width: 60%;*/
	margin: 0 auto;
    padding-top: 25px;
	padding-bottom: 25px;
    padding-left: 20px;
}

/*NEWS*/
.news{
    color: #fff;
/*    color: #3b3a3a;*/
/*    font-size: 22px;*/
    font-size: 16px;
    font-family: mplus-2p-thin !important;
    width: 60%;
	margin: 0 auto;
	padding-bottom: 25px;
}
.mobile-news{
    color: #fff;
/*    color: #3b3a3a;*/
/*    font-size: 22px;*/
    font-size: 16px;
    font-family: mplus-2p-thin !important;
    width: 60%;
	margin: 0 auto;
	padding-bottom: 25px;
}

.newsJp{
    color: #6c2735;
/*    color: #3b3a3a;*/
/*    font-size: 22px;*/
    font-size: 16px;
    font-family: mplus-2p-thin !important;
    width: 60%;
	margin: 0 auto;
	padding-bottom: 25px;
}
.mobile-newsJp{
    color: #6c2735;
/*    color: #3b3a3a;*/
/*    font-size: 22px;*/
    font-size: 16px;
    font-family: mplus-2p-thin !important;
    width: 60%;
	margin: 0 auto;
	padding-bottom: 25px;
}
/*PROFILE*/
.profile{
    color: #fff;
/*    color: #3b3a3a;*/
    font-size: 16px;
    font-family: mplus-2p-thin !important;
    width: 60%;
	margin: 0 auto;
	padding-bottom: 25px;
}
.profileJp{
    color:#6c2735;
    font-size: 16px;
    font-family: mplus-2p-thin !important;
    width: 60%;
	margin: 0 auto;
	padding-bottom: 25px;
}
.mobile-profile{
    color: #fff;
/*    color: #3b3a3a;*/
    font-size: 16px;
    font-family: mplus-2p-thin !important;
/*    width: 60%;*/
    width: 80%;
	margin: 0 auto;
	padding-bottom: 25px;
}
.mobile-profileJp{
    color:#6c2735;
    font-size: 16px;
    font-family: mplus-2p-thin !important;
/*    width: 60%;*/
    width: 80%;
	margin: 0 auto;
	padding-bottom: 25px;
}

.l-wrapper {
     padding-top: 0px !important;
     padding-bottom: 0px !important; 
}

.sample {
     border:none !important; 
}

.jafont{
    font-family: mplus-2p-thin !important;
}
.enfont{
    font-family: mplus-2p-thin !important;
}

.jafont p{
    font-size:15px;
}
.enfont p{
    font-size:15px;
}



/*LISTEN*/
.video{
    position:relative;
    width:100%;
    padding-top:56.25%;
}
.video iframe{
    position:absolute;
    top:0;
    right:0;
    width:100%;
    height:100%;
}

/*TICKET*/
.ticket{
    background-color:#fff;
    border: solid rgb(147, 147, 149) 2px;
    color:rgb(147, 147, 149);
    cursor:pointer;
    display:inline-block;
    font-family: mplus-2p-thin !important;
    font-size:15px;
    font-style:normal;
    font-weight:600;
    letter-spacing:1.8px;
    line-height:normal;
    outline-color:rgb(219, 219, 220);
    outline-style:none;
    outline-width:0px;
    padding: 21px 34px;
    pointer-events:auto;
    text-align:center;
    text-decoration-color:rgb(219, 219, 220);
    text-decoration-line:none;
    text-decoration-style:solid;
    text-size-adjust:100%;
    text-transform:uppercase;
    transition-delay:0s, 0s;
    transition-duration:0.1s, 0.1s;
    transition-property:background-color, color;
    transition-timing-function:linear, linear;
    -webkit-appearance:none;
    -webkit-font-smoothing:subpixel-antialiased;
}

.ticket a{
    color: rgb(147, 147, 149) !important;
}

.ticket:hover{
    color: #fff !important;
    background-color: #939395;
}

.ticket a:hover{
    color: #fff;
    text-decoration: none;
    background-color: #939395;
}


/*TWITTER*/
.twitter{
    text-align: left;
    color:rgb(59, 58, 58);
    display:block;
    font-family: mplus-2p-thin !important;
    font-size:22px;
    font-style:normal;
    font-weight:300;
    height:28px;
    letter-spacing:1.1px;
    line-height:28.6px;
}

.tweets{
    width: 60%;
    text-align: center;
    margin: auto;    
}

/*INSTAGRAM*/
.insta{
    text-align: left;
    color:rgb(59, 58, 58);
    display:block;
    font-family: mplus-2p-thin !important;
    font-size:22px;
    font-style:normal;
    font-weight:300;
    height:28px;
    letter-spacing:1.1px;
    line-height:28.6px;
/*    width: 60%;*/
}

.posts{
    width: 60%;
    text-align: center;
    margin: auto;
    
}

/*SNS*/
#sns img{
	padding: 35px 10px 5px 0;
}

#sns a:hover img{
	opacity: .8;
}

/*PHOTOS*/
.contentInner{
    max-width: 500px;
    margin: 0 auto;
}

/*CONTACT*/

#LESSON_top{
    width: 400px!important;
}

.main {
    font-size: 14px !important;
/*    font-family: ＭＳ Ｐゴシック,Osaka,sans-serif;*/
/*    font-family:"Times New Roman" !important;*/
    font-family: mplus-2p-thin !important;
    text-align: left;
/*    width: 240;*/
}

.name_left{
    color: #fff !important;
    font-family: mplus-2p-thin !important;
}
.name_right{
    width: 80% !important;
}
.name_parts{
    width: 80% !important;
}
.mail_left{
    color: #fff !important;
    font-family: mplus-2p-thin !important;
}
.mail_right{
    width: 80% !important;
}
.mail_parts{
    width: 80% !important;
}
.textarea_left{
    color: #fff !important;
    font-family: mplus-2p-thin !important;
}
.textarea_right{
    width: 80% !important;
}
.textarea_parts{
    width: 80% !important;
}
.submit_button{
    width: 70px;
}

#OFFER_top{
    width: 400px!important;
}


/* RESPONSIVE */
/* MOBILES & TABLETS */

@media screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

/*@media screen and (min-width: 800px){*/
@media screen and (min-width: 641px){
	body{
		font-size:14px;
	}
  a#menu{
		display:none;
	}	

	.header-right{
		display:block !important;
	}
  #footer{
		padding: 30px 10px 70px 0;
	}
    #header{
        border-left: 21px solid #f0efef;
        border-right: 21px solid #f0efef;
        border-top: 21px solid #f0efef;
/*        border-bottom: 1px solid #f0efef;*/
    }

    .top-left{
        width: 50%;
        float: left;
        text-align: left;
    }

    .top-right{
        width: 50%;
        float: left;
        text-align: left;
    }
    .header-right a{
        margin: 0 .618em;
        padding: .618em 0;
/*        color: #918d8d;*/
        color: #000;
        font-family: mplus-2p-thin !important;
        font-weight: 400;
        font-style: normal;
        font-size: 11px;
        letter-spacing: .08em;
        text-transform: uppercase;
    /*    padding-left: 0.382em;*/
        padding-left: 13px;
        text-decoration: none;

    }
    /*Menubar    */
    #menubar{
        color: #fff !important;
    }
    #menubar a{
        padding: 5px 5px;
        display: block;
/*        font-size: 0.8em;*/
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .2em;
        text-align: center;
/*        padding-left: 3px;*/
        color: #fff;
        text-decoration: none;
    }
    
    #menubarJp{
        color: #6c2735 !important;
    }
    #menubarJp a{
        padding: 5px 5px;
        display: block;
 /*        font-size: 0.8em;*/
        font-size: 13px;
        text-transform: uppercase;
        letter-spacing: .2em;
        text-align: center;
/*        padding-left: 3px;*/
        color: #6c2735;
        text-decoration: none;
    }
    
    /* Menu */
    ul > li{
        display: inline-block;
        position: relative;
    }
    ul > li > a{
        padding: 15px 30px;
        display: block;
        font-size: 0.8em;
        text-transform: uppercase;
        letter-spacing: .2em;
        text-align: left;
        padding-left: 3px;
        color: #444;

    }
    ul > li > span{
        margin-left: 1.2em;
    }
    ul > li:hover > a{
    /*	background-color: #efefef;*/
/*        background-color: #fff;*/
        color: #ddd;
    }

    /* Submenu */

    ul li ul{
    /*
        position: absolute;
        top: 55px;
        right: 0;
    */
        position: absolute;
        margin-top: -5px;
    }
    ul li ul li{
        display: block;
        width: 220px;
    }

    .first a{
         padding-top: 15px !important;
    }

    .last a{
         padding-bottom: 15px !important;
    }

    ul li ul li a{
    /*	background-color: #efefef;*/
        background-color: #b4b4bb;
        color: #444 !important;
        padding-left: 0.382em;
        line-height: 8px;
    }
    ul li ul li a:hover{
        background-color: #b4b4bb;
        color: #918d8d !important;
    }

    .header-right ul li ul{
        display: none;
    }
    .header-right ul li:hover ul{
        display: block;
    }
    
    .fat-nav li a {
    text-decoration: none;
    line-height: 1px;
    margin-left: 20px;
    }
    .contents {
    padding-top: 30px;
    }
}

@media screen and (max-width: 640px){
     .top-left{
        margin-top: 30px;
    }
    
    .header-inner{
    padding-left: 0px;
    padding-right: 0px;
    }
    
    .header-left {
        margin-left: -100px;
    }
    
    .header-center {
        margin-left: -50px;
    }

    .header-left{
		display:none;
	}
    
    .logoimage{
    margin: 30px 0px;
    margin-left: 45px;
}

     .top-left{
        margin-top: 50px;
    }
    .top-right{
        margin-top: 50px;all: 
    }
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
/*        border-bottom: 10px solid #f0efef;*/
/*        border-bottom: 5px solid #A85D95;*/
	}
    .contentsArea{
/*
        border-left: 5px solid #A85D95;
        border-right: 5px solid #A85D95;
        border-bottom: 5px solid #A85D95;
*/
/*
        border-left: 10px solid #f0efef;
        border-right: 10px solid #f0efef;
        border-bottom: 10px solid #f0efef;
*/

        border-left: none;
        border-right: none;
        border-bottom: none;
    }
	#headerContent{
		position: relative;
		width: 100%;
		height: 120px;
        background: #6c2735;
/*		background: #fff;*/
/*      background: linear-gradient(to bottom,#9883C9 15%, #fff);*/
/*		border-bottom: 1px solid #ccc;*/
	}
    #headerContentJp{
		position: relative;
		width: 100%;
		height: 120px;
        background: #fff;
	}
	#header h1{
		padding-top: 10px;
	}
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}
	.header-right{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: 0;
		z-index: 100;
	}
    
    #menubar{
        display: none;
    }
    
    #menubarJp{
        display: none;
    }
    
    .contents{
		padding-top: 50px;
	}
	.contents h2{
		margin: 0 auto 20px;
	}
	.contents h2 span {
		padding: 0 30px;
	}
    .news{
        margin-top: 60px;
        width: 70%;
    }
    .mobile-news{
        margin-top: 90px;
        width: 70%;
    }
    input{
        width: 100%;
    }
    .profile {
        width: 70%;
        margin-top: 30px;
    }
    .mobile-profile{
/*        width: 70%;*/
        width: 85%;
        margin-top: 80px;
    }
    .hamburger__icon, .hamburger__icon:before, .hamburger__icon:after {
        background: #fff !important;
    }
    .l-wrapper {
         padding-top: 80px !important;
         padding-bottom: 0px !important; 
    }
    #selfie{
          padding-left: 20px;
          padding-right: 20px;
    }
}