@charset "utf-8";

/*------------------------------

Copyright © 2016 ULM Co., Ltd.

sp/tablet both css
v3.0

------------------------------*/

html, body {
	margin: 0;
	padding: 0;
	text-align: left;
	-webkit-text-size-adjust: none; /* adjust */
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}


/*------------------------------

block
 
------------------------------*/
#wrapper {
	margin: 0 auto;
	/*padding: 50px 0 0 0;*/
}

.contents {
	position: relative;
}


/*------------------------------

header

------------------------------*/
#header {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
	margin: 0 auto;
	padding: 0;
	width: 100%;
    height: 50px;
    background: #000;
    z-index: 100;
}

#header-sns {
    position: absolute;
    right: 10px;
    line-height: 50px;
}

#header-sns ul li {
    display: block;
	margin: 0 5px;
    width: 24px;
	float: left;
}

#header-sns ul li a {
    display: block;
}

#header-sns ul li img {
    margin: -1px 0 0;
    width: 100%;
    height: 100%;
	vertical-align: middle;
}


/*------------------------------

drawer

------------------------------*/
/*
header
*/
#drawer-container {
    position: absolute;
    top: 0px;
    left: 0px;
	padding: 0 0 0 5px;
    width: 50px;
    height: 50px;
	z-index: 5;
    transition: all 1s;
    -webkit-transition: all 1s;
}

#drawer-txt {
	padding: 8px 0 0 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
	color: #fff;
    text-align: center;
}

#drawer-btn {
	padding: 4px 0 0;
    width: 45px;
    height: 28px;
}

#drawer-btn .drawer-line {
	display: block;
	margin: 0 auto 4px auto;
    width: 30px;
    height: 3px;
    background: #FFF;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    transition: all .5s;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
}


/*------------------------------

drawer-btn-animation

------------------------------*/
.open-drawer #drawer-btn .drawer-line:nth-child(1) {
	transform: rotate(405deg) translate(5px,5px);
	-webkit-transform: rotate(405deg) translate(5px,5px);
	-moz-transform: rotate(405deg) translate(5px,5px);
}

.open-drawer #drawer-btn .drawer-line:nth-child(2) {
	opacity: 0;
    -moz-opacity: 0;
    -webkit-opacity: 0;
}

.open-drawer #drawer-btn .drawer-line:nth-child(3) {
	transform: rotate(-405deg) translate(5px,-5px);
	-webkit-transform: rotate(-405deg) translate(5px,-5px);
	-moz-transform: rotate(-405deg) translate(5px,-5px);
}


/*------------------------------

drawer（show/hide）

------------------------------*/
#drawer-navi-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	padding:50px 0 0 0;
	width: 100%;
	height: 100%;
	background: #000;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	z-index: 99;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}

#drawer-navi {
	position:relative;
	width: 100%;
	z-index: 1;
	/*padding: 45px 0 0 0;*/
	/*background: #fffdf2;*/
}

#drawer-navi-bg {
	position: fixed;
	left: 50%;
	bottom: -10px;
	width: 100%;
	z-index: 0;
}

#drawer-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 150%;
	background: #fffdf2;
	z-index: 0;
	overflow: hidden;
}

#drawer-navi ul li {
	padding: 10px 0 10px 0;
	text-align: center;
}

#drawer-navi ul li a, #drawer-navi ul li span {
	display: block;
	padding: 5px 0 5px 0;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	letter-spacing: 1px;
}

#drawer-navi ul li.selected {
  background: #fff;
}

#drawer-navi ul li.selected span {
  color: #1998CF;
}

#drawer-navi ul li a img, #drawer-navi ul li img {
	width: auto;
	height: 17px;
}


/*------------------------------

trailer

------------------------------*/
#trailer {
	width: 100%;
}

#top-trailer-container {
    margin: 0 auto;
    /*padding: 5% 0;*/
	border-top: 4px solid #f895cc;
}

#top-trailer-nav {
	background: #fff;
	font-size: 14px;
}

#top-trailer-nav p {
	width: 50%;
	min-height: 38px;
	background: none;
	/*box-shadow: inset 0 -1px 0 0 #333;*/
	color: #f895cc;
	text-align: center;
	line-height: 38px;
	letter-spacing: 3px;
}

#top-trailer-nav p:first-child {
	width: 50%;
	/*box-shadow: inset 1px -1px 0 #333;*/
}

#top-trailer-nav p:last-child {
	/*box-shadow: inset -1px -1px 0 #333;*/
}

#top-trailer-container iframe {
	display: block;
	margin: 0;
	padding: 0;
}

#top-trailer-nav p.trailer-selected {
	background: #f895cc;
	color: #fff;
}


/*------------------------------

layer-trailer

------------------------------*/
#layer-trailer-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #faf5e9;
	color: #64240a;
	z-index: 200;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}

#trailer-container-inner {
	background: #faf5e9;
	padding: 30px 0 30px 0;
}

.trailer-name {
	padding: 0 0 5px 0;
	font-size: 16px;
	color: #64240a;
	text-align: center;
}

.trailer-frame {
	margin: 0 auto;
	padding: 0;
	background: #faf5e9;
	text-align: center;
}

#trailer-close {
	padding: 20px 0 0 0;
	width: 100%;
	height: 30%;
	background: #faf5e9;
	text-align: center;
}

#trailer-close img {
	width: 40px;
	height: 40px;
}


/*------------------------------

navi

------------------------------*/
#navi {
	width: 100%;
	background-color: #fff;
}

#navi ul {
}

#navi ul li {
	display: block;
	list-style: none;
	text-align: center;
	/*font-weight: bold;*/
	font-size: 100%;
}

#navi ul li.selected {
}

#navi ul li a {
	display: block;
	/*padding: 20px 0;*/
	color: #b9b9b9;
	text-decoration: none;
	letter-spacing: 0.1em;
	
	/*mobile safari*/
	-webkit-tap-highlight-color: rgba(0,0,0,0.4);
}

#navi ul li img, #navi ul li a img {
	vertical-align: bottom;
}

#navi ul li a img {
	vertical-align: bottom;
}

#navi ul li:last-child {
	margin: 0 auto;
}

#navi ul li a:hover, nav ul li a:active {
	color: #b9b9b9;
	letter-spacing: 0.1em;
	text-decoration: none;
}

#navi ul li.selected span {
	display: block;
	padding: 20px 0;
	color: #f6e7d0;
	letter-spacing: 0.1em;
	text-decoration: none;
}


/*------------------------------

section

------------------------------*/
section {
	margin: 0;
	padding: 0;
	line-height: 0em;
}

.section-container {
	padding: 0 5%;
}


/*------------------------------

article

------------------------------*/
article {
}

.article-container {
	padding: 10px 0 0;
}

.title {
	font-size: 100%;
	font-weight: bold;
	color: #900;
	letter-spacing: 0;
}

.txt {
	padding: 0 0 15px;
}

#photo{
	/*margin-top:-30px;
	margin-bottom:-2px;*/
}

#photo img{
    width:100%;	
	vertical-align: bottom;
}

/*------------------------------

footer

------------------------------*/
#footer {
	margin: 0 auto;
	padding: 7% 0;
	width: 100%;
	border-top: 4px solid #fff;
	background: url(../../../assets/img/common/bg_pattern.jpg) repeat top left, #f895cc;
}

#billing {
	margin: 5% 0 0;
}

.banner-container {
	padding: 10px 5% 0;
}

.cc {
	padding: 0 1px;
}

.cc p {
	font-size: 71%;
	color: #888;
	text-align: center;
	line-height: 1.3em;
}

.cc a {
	color: #9e6737;
	text-decoration: underline;
}


/*------------------------------

share

------------------------------*/
#social-container {
	display: table;
	margin: 0 auto;
	width: 272px;
}

.social-btn {
	float: left;
}

#twitter-btn {
	padding: 0px 10px 0px 0px;
	height: 25px;
}

#facebook-btn {
	/*width: 105px;*/
	padding: 0px 10px 0px 0px;
	height: 25px;
}

#google-btn {
	width: 32px;
}

#mixi-btn {
	width: 80px;
}

#line-btn {
	/*width: 82px;*/
	height: 25px;
}

#hatena-btn {
	width: 100px;
}


/*------------------------------

default

------------------------------*/
h1{}

h2{}

h3{color: #9725d8;}

h4{color: #3876b4;}


/*------------------------------

a

------------------------------*/
a {
	color: #f39600;
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}


/*------------------------------

modules

------------------------------*/

/*------------------------------
color
------------------------------*/
.purple {
	color: #d40c1f;
}
.red {
	color: #d40c1f;
}
.blue {
	color: #414fbc;
}
.yellow {
	color: #e9dd53;
}
.beige {
	color: #b8a569;
}
.orange {
	color: #FF7400;
}
.white {
	color: #FFF;
}

.small {
	margin: 0;
	padding: 0;
	letter-spacing: 1px;
}

.strong {
	display: block;
	font-weight: bold;
	color: #f39600;
}


/*------------------------------
change
------------------------------*/
.change {
	display: block;
	/*margin: 0 auto;*/
}


/*------------------------------
pagetop
------------------------------*/
.pagetop {
	text-align: right;
}

