@charset "UTF-8";

/*--------------------------------------------
/*
/*		Theme: common
/*
/*--------------------------------------------*/
body {
	font-family: 'Lato', "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: "halt" 1;
}
a {
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}

.loader {
    background: #E95377;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 12;
}
.loader-animation {
    width: 32px;
    height: 32px;
    left: 50%;
    margin: -16px 0 0 -16px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
    z-index: 100001;
}
#spmain {

}

#instagram {
    width: 24px;
    position: fixed;
    top: 16px;
    right: 16px;
	z-index: 999;
}
#facebook {
	width: 24px;
    position: fixed;
    top: 16px;
    right: 48px;
	z-index: 999;
}
#twitter {
	width: 24px;
    position: fixed;
    top: 16px;
    right: 80px;
	z-index: 999;
}

#menubtn {
	position: fixed;
	top: 32px;
    right: 32px;
	width: 20px;
	height: 16px;
	z-index: 10;
	cursor: pointer;
}
#menubtn a {
	display: block;
}
.menu-trigger, .menu-trigger span {
	display: inline-block;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#open {
	width: 20px;
	height: 16px;
	position: relative;
	text-align: center;
	z-index: 1000;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
#open span:nth-of-type(1) {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 2px;
	background: #000;
	z-index: 998;
}
#open span:nth-of-type(2) {
	position: absolute;
	top: 7px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #000;
	z-index: 997;
}
#open span:nth-of-type(3) {
	position: absolute;
	top: 14px;
	left: 0;
	width: 20px;
	height: 2px;
	background: #000;
	z-index: 996;
}
#open.active span:nth-of-type(1) {top: 5px; left: 0; transform: rotate(45deg);}
#open.active span:nth-of-type(2) {top: 5px; left: 0;transform: rotate(-45deg);}
#open.active span:nth-of-type(3) {top: 5px; left: 0;transform: rotate(-45deg);filter: alpha(opacity=0);-moz-opacity: 0;opacity: 0;}

#navi {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255, 1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	padding-top: 80px;
	z-index: 9;
}
#navi li {
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 32px;
}
#navi li a {
	font-weight: bold;
	text-decoration: none;
	color: #000;
    font-weight: bold;
    transition: color .2s 0s cubic-bezier(.165,.84,.44,1);
    position: relative;
    z-index: 0;

}
#navi li a:after {
    background: #F290A6;
    width: 0;
    transition: width .2s 0s cubic-bezier(.165,.84,.44,1);
    height: 8px;
    content: '';
    position: absolute;
    left: 0;
    bottom: 12px;
    display: block;
    z-index: -1;
}

#gnav {
    width: 400px;
    margin: 0 auto;
	text-align: center;
	position: relative;
}
#amazon_pc {
	display: none;
}
#amazon_sp {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	text-align: center;
	font-size: 16px;
	line-height: 1em;
	z-index: 999;
	letter-spacing: 2px;
	display: none;
}
#amazon_sp a {
	background: #ff0;
	display: block;
	padding: 24px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	position: relative;
}
#amazon_sp a:before {
    content: url(../img/arrow2.svg);
    display: block;
    position: absolute;
    bottom: 24px;
    left: 96px;
    width: 12px;
}
#amazon_sp a span#gpt {
	width: 96px;
	position: absolute;
    bottom: 8px;
    right: 24px;
}



h1#logo {
	width: 320px;
	position: fixed;
	left: 24px;
	bottom: 24px;
}
#main {
	background: #eee;
}
#firstview {
	background: #fff;
    position: relative;
    padding:  8px 16px 48px 16px;
}
#firstview h1 {
	width: 176px;
	margin: 0 auto 8px;
}
#firstview h2 {
	text-align: center;
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 12px;
	font-weight: bold;
}
#firstview h3 {
	text-align: center;
    font-size: 18px;
    line-height: 160%;
    font-weight: bold;
	margin-bottom: 0;
}
.box {
	margin-bottom: 40px;
}
.box:last-child {
	margin-bottom: 0;
}
.btn {
	font-size: 16px;
    line-height: 1em;
    text-align: center;
    max-width: 520px;
	margin: 16px auto 32px;
}
.buy a {
	background: #FE9B00;
	color: #000;
	display: block;
	position: relative;
	font-weight: bold;
	padding: 20px;
	text-decoration: none;
	border: 2px solid #FE9B00;
	box-sizing: border-box;
	border-radius: 2px;
}
.buy a:before {
    content: url(../img/arrow2.svg);
    display: block;
    position: absolute;
    bottom: 19px;
    left: 32px;
    width: 12px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
.twitter {
	margin-bottom: 0;
}
.twitter a {
	background: #26A6D1;
	color: #fff;
	display: block;
	position: relative;
	font-weight: bold;
	padding: 20px;
	text-decoration: none;
	border: 2px solid #26A6D1;
	box-sizing: border-box;
	border-radius: 2px;
}
.twitter a:before {
    content: url(../img/arrow3.svg);
    display: block;
    position: absolute;
    bottom: 19px;
    left: 32px;
    width: 12px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.al a {
	background: #000;
	color: #fff;
	display: block;
	position: relative;
	font-weight: bold;
	padding: 20px;
	text-decoration: none;
	border: 2px solid #000;
	box-sizing: border-box;
	border-radius: 2px;
}
.al a:before {
    content: url(../img/arrow3.svg);
    display: block;
    position: absolute;
    bottom: 19px;
    left: 32px;
    width: 12px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}


.bn {
	width: 280px;
	margin: 0 auto 16px;
}
.grace {
	font-weight: bold;
	background-color: rgba(255, 215, 97, 0.3);
	padding: 0 2px;
}

#scroll {
	display: none !important;
}

.content {
	max-width: 520px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	margin: 0 auto;
}
p.small {
	font-size: 14px !important;
    line-height: 180% !important;
	color: #000 !important;
	margin-bottom: 16px !important;
}
p.ssmall {
	font-size: 10px !important;
    line-height: 180% !important;
	color: #000 !important;
	margin-bottom: 16px !important;
}
.mainv {
	max-width: 520px;
	margin: 0 auto 24px;
}
.none {
	display: none;
}

.image {
	margin: 8px 0 16px;
}
/*
	sec1
*/
#sec1 {
	/*background: #fff2dc;*/
	background: #f9f9f9;
	padding: 48px 24px 24px 24px;
}
.content {
	margin-bottom: 48px;
}
.content:last-child {
	margin-bottom: 0;
}
.content p:last-child {
	margin-bottom: 0;
}
.content h2 {
	font-size: 24px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 12px;
	/*font-family: "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	/*#93c0e8*/
}
.h2l {
	font-size: 32px;
	font-weight: bold;
}
.h2s {
	font-size: 18px;
	font-weight: bold;
	margin-left: 8px;
}


#sec1 h2, #sec2 h2, #sec4 h2 {
	font-size: 20px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 12px;
	/*font-family: "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	/*background: linear-gradient(transparent 70%, #ffdfbd 0%);*/
	background: linear-gradient(transparent 70%, #7ab3e8 0%);
	display: inline-block;
	padding: 0 2px 4px;

	/*#93c0e8*/
}
.content p {
	font-size: 16px;
    line-height: 180%;
	color: #000;
	margin-bottom: 16px;
}
.content p a {
	color: #000;
}

.content h3 {
	/*font-family: "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-size: 16px;
	letter-spacing: 1px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 16px;
	margin-top: 8px;
    padding: 12px 12px 10px;
	color: #494949;
	background: #fff;
	border-left: solid 5px #5c92c5;
	border-bottom: solid 3px #d7d7d7;
}




.content h4 {
	/*font-family: "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-size: 18px;
	letter-spacing: 1px;
    line-height: 160%;
    font-weight: bold;
    color: #000;
    margin-top: 24px;    
	background: #dfefff;
	box-shadow: 0px 0px 0px 5px #dfefff;
	border: dashed 1px #6ba1d8;
	padding: 8px 12px;
	color: #454545;
}
.content h5 {
	/*font-family: "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-size: 16px;
    line-height: 180%;
    font-weight: bold;
    color: #000;
    margin-bottom: 8px;
}
.content h6 {
	/*font-family: "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-size: 12px;
    line-height: 160%;
    font-weight: bold;
    color: #000;
    margin-bottom: 4px;
}

.small {
	font-size: 12px;
	color: #747474;
}
.acc {
	font-weight: bold;
	background: #ff0;
}

.mb {
	margin-bottom: 24px;
}
.content ul {
	margin-bottom: 24px;
}
.content ul:last-child {
	margin-bottom: 0;
}
.content ul li {
	float: left;
	margin-right: 4px;
	margin-bottom: 4px;
	background: #fff;
	text-align: center;
	display: inline-block;
	padding: 12px 16px;
	line-height: 1em;
	font-size: 13px;
	border: 1px solid #eee;
}
.content ul li:last-child {
	margin-right: 0;
	margin-bottom: 0;
}


.thumb {
	margin-bottom: 12px;
}
#sec1 ul p {
	font-size: 11px;
	line-height: 180%;
	color: #000;
	margin-bottom: 0;
}
.content h4 a {
	color: #000;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
#sec1 dl {
	margin-bottom: 16px;
}
#sec1 dt {
	font-size: 13px;
	line-height: 1em;
	font-weight: bold;
	margin-bottom: 12px;
}
#sec1 dd {
	font-size: 13px;
	line-height: 1em;
	margin-bottom: 8px;
}
#sec1 dd:last-child {
	margin-bottom: 0;
}
#sec1 dd a {
	color: #000;
	padding-left: 16px;
	font-weight: bold;
}
/*
	sec2
*/
#sec2 {
	/*background: #c6d6e4;*/
	background: #f9f9f9;
	padding: 24px;
}


/*
	sec3
*/
#sec3 {
	/*background: #d5e2d6;*/
	background: #f9f9f9;
	padding: 24px;
}
#sec3 h6 {
	margin-top: 16px;
}
table {
	border-collapse: collapse;
	margin-bottom: 16px;

}
tr:nth-child(even) th, tr:nth-child(even) td {
	background: #f3f3f3;
}
th {
	/*font-family: "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 10px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 4px;
	text-align: center;
	vertical-align: middle;
	padding: 6px 0;
	width: 20%;
	border: 1px solid #4e4e4e;
	background: #fff;
}
td {
	font-size: 10px;
    line-height: 160%;
    margin-bottom: 12px;
	text-align: left;
	vertical-align: middle;
	padding: 6px 12px;
	width: 80%;
	border: 1px solid #4e4e4e;
	background: #fff;
}
dl dt {
	/*font-family: "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
    font-size: 14px;
    line-height: 1em;
    font-weight: bold;
    margin-bottom: 8px;
}
dl dd {
	line-height: 1em;
	display: inline-block;
    background: #e45555;
    padding: 8px 12px;
    border-radius: 2px;
}
.price {
	margin-top: 16px;
	margin-bottom: 12px;
}
.price .p1 {
	/*font-family: "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-size: 32px;
	font-weight: bold;
	line-height: 1em;
	color: #fff;
}
.price .p2 {
	/*font-family: "Yu Mincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;*/
	font-size: 16px;
	font-weight: bold;
	line-height: 1em;
	margin-left: 4px;
	color: #fff;
}

.detail {
    border: 1px solid #4e4e4e;
    background: #fff;
    padding: 12px 16px;
    margin-bottom: 40px;
}
.detail p {
    font-size: 10px;
    line-height: 200%;
    margin-bottom: 4px;
}
.detail p:last-child {
	margin-bottom: 0;
}
.content .detail:last-child {
	margin-bottom: 0;
}

/*
	sec4
*/
#sec4 {
	/*background: #e2deec;*/
	background: #f9f9f9;
	padding: 24px;
}
#profile p {
	font-size: 12px;
	line-height: 180%;
	margin-bottom: 8px;
}
#profile p:last-child {
	margin-bottom: 0;
}
#sec4 h5 span {
	font-size: 10px;
	font-weight: bold;
	display: inline-block;
	margin-left: 6px;
}


/*
	footer
*/
footer {
	padding: 24px 24px 64px;
	text-align: center;
}

footer p {
	font-size: 10px;
	line-height: 1em;
	font-weight: bold;
}


